< prev index next >

src/hotspot/cpu/x86/stubGenerator_x86_32.cpp

Print this page

        

@@ -708,12 +708,11 @@
     __ pop(rdx);                                 // get saved rdx back
     __ popf();                                   // get saved EFLAGS off stack -- will be ignored
     __ pusha();                                  // push registers (eip = return address & msg are already pushed)
     BLOCK_COMMENT("call MacroAssembler::debug");
     __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug32)));
-    __ popa();
-    __ ret(3 * wordSize);                        // pop arguments
+    __ hlt();
     return start;
   }
 
 
   // Copy 64 bytes chunks
< prev index next >