Stefanos Kornilios Mitsis Poiitidis
Stefanos Kornilios Mitsis Poiitidis
(Closing this as there is an ongoing powergrab by @Sonicadvance1, I will migrate my work to https://github.com/skmp/fex-emu-ng.git)
Implemented in #1842
Reverse of https://github.com/FEX-Emu/FEX/issues/276
@lioncash reverse of https://github.com/FEX-Emu/FEX/commit/cb17127ccbd61ff16071ab46f61602dd104151f0
@lioncash https://github.com/FEX-Emu/FEX/commit/9ea66c8d88a000f04ba5b5963e1f43dd46ea1653 should have most of what you need. Is that sufficient to unblock you? vixl doesn't support structs or stack params for the magic host calls I spent a...
Interestingly enough, we did have a (partially working) implementation of half the fixes there, that somehow failed to work during my tests, but works now? Peculiar. The signal mask setting...
(Closing this as there is an ongoing powergrab by @Sonicadvance1, I will migrate my work to https://github.com/skmp/fex-emu-ng.git)
@Sonicadvance1 Looks like the runners need `gcc-i686-linux-gnu g++-i686-linux-gnu gcc-multilib-i686-linux-gnu g++-multilib-i686-linux-gnu` installed, as 32-bit builds are done with a 32-bit compiler now. I'll look into switching to clang.
I got this to work with `lld` and `linux-libc-dev:amd64` installed
this /should/ work with `g++-multilib-i686-linux-gnu` and `g++-multilib-x86_64-linux-gnu` and `lld`