diff src/cpu/sparc/vm/templateInterpreter_sparc.cpp @ 7431:c52660592f37

Merge
author roland
date Fri, 21 Dec 2012 01:39:34 -0800
parents fd74228fd5ca a70c88896791
children ffa87474d7a4
line wrap: on
line diff
--- a/src/cpu/sparc/vm/templateInterpreter_sparc.cpp	Wed Dec 19 16:10:19 2012 -0800
+++ b/src/cpu/sparc/vm/templateInterpreter_sparc.cpp	Fri Dec 21 01:39:34 2012 -0800
@@ -434,7 +434,7 @@
 
   // the frame is greater than one page in size, so check against
   // the bottom of the stack
-  __ cmp_and_brx_short(SP, Rscratch, Assembler::greater, Assembler::pt, after_frame_check);
+  __ cmp_and_brx_short(SP, Rscratch, Assembler::greaterUnsigned, Assembler::pt, after_frame_check);
 
   // the stack will overflow, throw an exception