Fix "dummy2" flag handling

This commit is contained in:
Martin Kroeker
2025-02-22 20:09:21 +01:00
committed by GitHub
parent 20d1118865
commit 77fba0f400

View File

@@ -51,7 +51,7 @@
#else
#define X r7
#define INCX r8
#define FLAG r12
#define FLAG r11
#endif
#endif
@@ -63,7 +63,7 @@
#else
#define X r7
#define INCX r8
#define FLAG r12
#define FLAG r11
#endif
#endif
@@ -91,7 +91,7 @@
fcmpu cr0, FZERO, ALPHA
bne- cr0, LL(A1I1)
LDLONG FLAG, 48+64+8(SP)
LDLONG FLAG, 104(SP)
cmpwi cr0, FLAG, 1
beq- cr0, LL(A1I1)