A64: addition fixes extra

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-11-05 02:06:11 +00:00
parent 604c9220c7
commit dc8a0dbe88
5 changed files with 38 additions and 33 deletions

View file

@ -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);