mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 00:32:23 +00:00
We're not going to spend 100% of time in interrupts, do we? :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
431beb5fa7
commit
8d7bb3998b
@ -41,7 +41,7 @@ def NOP : Pseudo<(outs), (ins), "nop", []>;
|
||||
|
||||
// FIXME: Provide proper encoding!
|
||||
let isReturn = 1, isTerminator = 1 in {
|
||||
def RETI : Pseudo<(outs), (ins), "reti", [(retflag)]>;
|
||||
def RETI : Pseudo<(outs), (ins), "ret", [(retflag)]>;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user