mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 22:48:25 +01:00
a32_emit_x64: Change ExclusiveWriteMemory64 to require a single U64 argument
This commit is contained in:
parent
aa341b7eea
commit
7ea521b8bf
3 changed files with 4 additions and 15 deletions
|
|
@ -653,7 +653,7 @@ A32OPC(WriteMemory64, Void, U32,
|
|||
A32OPC(ExclusiveWriteMemory8, U32, U32, U8 )
|
||||
A32OPC(ExclusiveWriteMemory16, U32, U32, U16 )
|
||||
A32OPC(ExclusiveWriteMemory32, U32, U32, U32 )
|
||||
A32OPC(ExclusiveWriteMemory64, U32, U32, U32, U32 )
|
||||
A32OPC(ExclusiveWriteMemory64, U32, U32, U64 )
|
||||
|
||||
// A64 Memory access
|
||||
A64OPC(ClearExclusive, Void, )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue