diff options
| author | JosJuice <josjuice@gmail.com> | 2023-01-14 18:47:37 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-02-18 21:14:31 +0100 |
| commit | 78c53bfec869cb40f5f21fb219cbaa722c69fe64 (patch) | |
| tree | 82115bb4410ea21357a0fb5670e206a497fb1eb0 /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | e65167f9cd946cfacd1d6bfc86582e84e811518a (diff) | |
Jit64: Fix the offsetAddedToAddress correction
The LEA that the signal handler is trying to undo the effects of is a
32-bit instruction, and the value in the register prior to the LEA is
also 32-bit, so the signal handler should use a 32-bit write.
(Actually, in the end this doesn't really matter, because the first
instruction that reads this value after backpatching is also a 32-bit
instruction...)
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
0 files changed, 0 insertions, 0 deletions
