mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
never mind. I can't read, apparently
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
676e258366
commit
b2dda4bd34
@ -1729,7 +1729,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
|
||||
// FIXME: Remove this special case when they do.
|
||||
if (!Subtarget->isTargetDarwin()) {
|
||||
//.long 0xe7ffdefe ${:comment} trap
|
||||
uint32_t Val = 0xe7ffdefeeUL;
|
||||
uint32_t Val = 0xe7ffdefeUL;
|
||||
OutStreamer.AddComment("trap");
|
||||
OutStreamer.EmitIntValue(Val, 4);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user