hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 7427 d7b79a367474
parent 7397 5b173b4ca846
child 7433 b418028612ad
equal deleted inserted replaced
7397:5b173b4ca846 7427:d7b79a367474
   133 #else
   133 #else
   134 // rscratch1 will apear in 32bit code that is dead but of course must compile
   134 // rscratch1 will apear in 32bit code that is dead but of course must compile
   135 // Using noreg ensures if the dead code is incorrectly live and executed it
   135 // Using noreg ensures if the dead code is incorrectly live and executed it
   136 // will cause an assertion failure
   136 // will cause an assertion failure
   137 #define rscratch1 noreg
   137 #define rscratch1 noreg
       
   138 #define rscratch2 noreg
   138 
   139 
   139 #endif // _LP64
   140 #endif // _LP64
   140 
   141 
   141 // JSR 292 fixed register usages:
   142 // JSR 292 fixed register usages:
   142 REGISTER_DECLARATION(Register, rbp_mh_SP_save, rbp);
   143 REGISTER_DECLARATION(Register, rbp_mh_SP_save, rbp);