mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
[AArch64] Add loadstore paired emitter instructions.
This commit is contained in:
parent
e40f129fdd
commit
2c39d4044d
3 changed files with 63 additions and 1 deletions
|
@ -351,7 +351,7 @@ public:
|
|||
ARMXEmitter() : code(nullptr), startcode(nullptr), lastCacheFlushEnd(nullptr) {
|
||||
condition = CC_AL << 28;
|
||||
}
|
||||
ARMXEmitter(u8 *code_ptr) {
|
||||
ARMXEmitter(u8* code_ptr) {
|
||||
code = code_ptr;
|
||||
lastCacheFlushEnd = code_ptr;
|
||||
startcode = code_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue