lizzie
2 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
1 deletions
-
src/dynarmic/src/dynarmic/backend/x64/emit_x64_memory.cpp.inc
|
|
|
@ -424,7 +424,7 @@ void AxxEmitX64::EmitExclusiveWriteMemoryInline(AxxEmitContext& ctx, IR::Inst* i |
|
|
|
|
|
|
|
const auto wrapped_fn = exclusive_write_fallbacks[std::make_tuple(ordered, bitsize, vaddr.getIdx(), value.getIdx())]; |
|
|
|
|
|
|
|
EmitExclusiveLock(code, conf, tmp, tmp2); |
|
|
|
EmitExclusiveLock(code, conf, tmp, tmp2.cvt32()); |
|
|
|
|
|
|
|
SharedLabel end = GenSharedLabel(); |
|
|
|
|
|
|
|
|