mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 02:09:00 +02:00
A64: addition fixes extra
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
604c9220c7
commit
dc8a0dbe88
5 changed files with 38 additions and 33 deletions
1
externals/powah/powah_emit.hpp
vendored
1
externals/powah/powah_emit.hpp
vendored
|
|
@ -364,6 +364,7 @@ struct Context {
|
|||
void CMPD(GPR const rx, GPR const ry) { CMP(0, 1, rx, ry); }
|
||||
|
||||
void LI(GPR const rx, uint32_t value) { ADDI(rx, R0, value); }
|
||||
void LIS(GPR const rx, uint32_t value) { ADDIS(rx, R0, value); }
|
||||
|
||||
void BLR() {
|
||||
base[offset++] = 0x4e800020; //BCLR(R0, CR0, R0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue