1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

Style fix

This commit is contained in:
Bob Andrews 2024-12-02 00:25:24 +01:00 committed by GitHub
parent 709d71ef70
commit 3895caae90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -707,7 +707,7 @@ static unsigned HaveIRQRequest;
unsigned char OldPCH; \
++Cycles; \
Offs = (signed char) MemReadByte (Regs.PC+1); \
Regs.PC +=2; \
Regs.PC += 2; \
OldPCH = PCH; \
Regs.PC = (Regs.PC + (int) Offs) & 0xFFFF; \
if (PCH != OldPCH) { \