mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
a64_emit_x64: Fix location descriptor generation in GenTerminalHandlers
This commit is contained in:
parent
2770115757
commit
35402a9a17
@ -295,7 +295,7 @@ void A64EmitX64::GenTerminalHandlers() {
|
|||||||
code.and_(rcx, rbp);
|
code.and_(rcx, rbp);
|
||||||
code.mov(ebx, dword[r15 + offsetof(A64JitState, fpcr)]);
|
code.mov(ebx, dword[r15 + offsetof(A64JitState, fpcr)]);
|
||||||
code.and_(ebx, A64::LocationDescriptor::fpcr_mask);
|
code.and_(ebx, A64::LocationDescriptor::fpcr_mask);
|
||||||
code.shl(ebx, A64::LocationDescriptor::fpcr_shift);
|
code.shl(rbx, A64::LocationDescriptor::fpcr_shift);
|
||||||
code.or_(rbx, rcx);
|
code.or_(rbx, rcx);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user