changeset 7427 | d7b79a367474 |
parent 7397 | 5b173b4ca846 |
child 7433 | b418028612ad |
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp Tue Nov 23 13:22:55 2010 -0800 +++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp Tue Nov 30 23:23:40 2010 -0800 @@ -135,6 +135,7 @@ // Using noreg ensures if the dead code is incorrectly live and executed it // will cause an assertion failure #define rscratch1 noreg +#define rscratch2 noreg #endif // _LP64