Ryan Houdek d19b57a52e
FEXCore: Get rid of DeferredSignalFaultAddress and use the InterruptFaultPage
Arm64ec introduced the InterruptFaultPage which is lower overhead since
instead of ldr+str it just turns in to a single str. We were already
allocating the space, FEXCore and the frontend signal delegator just
needed to be updated to understand the new location.

We can additionally use this in the future if we want to make deferred
async signals INSIDE the JIT only cost a single str as well.
2024-05-10 15:31:28 -07:00
..
2020-03-06 09:08:13 +02:00
2020-03-06 09:08:13 +02:00
2023-04-14 13:16:22 -07:00
2022-09-02 10:43:07 -07:00
2024-03-20 22:04:32 -07:00
2024-05-08 14:16:54 -04:00