mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Fix emission of return instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19f8623416
commit
39f501ca41
@ -112,6 +112,8 @@ private :
|
||||
case BRLEZ: case BRLZ:
|
||||
case BRNZ: case BRGZ:
|
||||
case BRGEZ: return 1 << 0;
|
||||
case RETURN: return 1 << 1; // Remove Arg #2 which is zero
|
||||
|
||||
default: return 0; // By default, don't hack operands...
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user