mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
JMPL has a delay slot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0735920173
commit
fbaae01269
@ -66,6 +66,7 @@ static bool hasDelaySlot (unsigned Opcode) {
|
||||
case V8::BLEU:
|
||||
case V8::BNE:
|
||||
case V8::CALL:
|
||||
case V8::JMPLrr:
|
||||
case V8::RETL:
|
||||
return true;
|
||||
default:
|
||||
|
@ -66,6 +66,7 @@ static bool hasDelaySlot (unsigned Opcode) {
|
||||
case V8::BLEU:
|
||||
case V8::BNE:
|
||||
case V8::CALL:
|
||||
case V8::JMPLrr:
|
||||
case V8::RETL:
|
||||
return true;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user