diff src/cpu/x86/vm/assembler_x86.hpp @ 1564:61b2245abf36

6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
author twisti
date Fri, 21 May 2010 02:59:24 -0700
parents c640000b7cc1
children e9ff18c4ace7
line wrap: on
line diff
--- a/src/cpu/x86/vm/assembler_x86.hpp	Thu May 20 06:34:23 2010 -0700
+++ b/src/cpu/x86/vm/assembler_x86.hpp	Fri May 21 02:59:24 2010 -0700
@@ -135,6 +135,9 @@
 
 #endif // _LP64
 
+// JSR 292 fixed register usages:
+REGISTER_DECLARATION(Register, rbp_mh_SP_save, rbp);
+
 // Address is an abstraction used to represent a memory location
 // using any of the amd64 addressing modes with one object.
 //