comparison src/cpu/zero/vm/register_zero.hpp @ 6926:a3e2f723f2a5

8000780: make Zero build and run with JDK8 Reviewed-by: coleenp, dholmes, twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Mon, 29 Oct 2012 11:08:48 -0700
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
6915:a516debe2cee 6926:a3e2f723f2a5
112 static const int max_gpr; 112 static const int max_gpr;
113 static const int max_fpr; 113 static const int max_fpr;
114 }; 114 };
115 115
116 CONSTANT_REGISTER_DECLARATION(Register, noreg, (-1)); 116 CONSTANT_REGISTER_DECLARATION(Register, noreg, (-1));
117 #ifndef DONT_USE_REGISTER_DEFINES
118 #define noreg ((Register)(noreg_RegisterEnumValue))
119 #endif
117 120
118 #endif // CPU_ZERO_VM_REGISTER_ZERO_HPP 121 #endif // CPU_ZERO_VM_REGISTER_ZERO_HPP