never mind. I can't read, apparently

llvm-svn: 114689
This commit is contained in:
Jim Grosbach 2010-09-23 19:42:17 +00:00
parent 1596f7f6f3
commit 7d34837676
1 changed files with 1 additions and 1 deletions

View File

@ -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;