Index: src/macro-assembler-ia32.cc |
=================================================================== |
--- src/macro-assembler-ia32.cc (revision 544) |
+++ src/macro-assembler-ia32.cc (working copy) |
@@ -560,7 +560,7 @@ |
mov(scratch, FieldOperand(scratch, HeapObject::kMapOffset)); |
cmp(scratch, Factory::global_context_map()); |
Check(equal, "JSGlobalObject::global_context should be a global context."); |
- pop(scratch); |
+ pop(scratch); |
} |
// Check if both contexts are the same. |