changeset 777:49178a613301

2008-03-26 Gary Benson <gbenson@redhat.com> * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp (LOTS_OF_REGS): Default to no.
author Gary Benson <gbenson@redhat.com>
date Wed, 26 Mar 2008 04:57:38 -0400
parents 3ef0fc18a758
children 4749fccc0859
files ChangeLog ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 25 11:01:32 2008 +0100
+++ b/ChangeLog	Wed Mar 26 04:57:38 2008 -0400
@@ -1,3 +1,8 @@
+2008-03-26  Gary Benson  <gbenson@redhat.com>
+
+	* ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
+	(LOTS_OF_REGS): Default to no.
+
 2008-03-25  Matthias Klose  <doko@ubuntu.com>
 
 	* Makefile.am: Updated to b07.
--- a/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp	Tue Mar 25 11:01:32 2008 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp	Wed Mar 26 04:57:38 2008 -0400
@@ -27,10 +27,8 @@
 
 #if defined(PPC) || defined(SPARC) || defined(IA64)
 #define LOTS_OF_REGS   // Use plenty of registers
-#elif defined(IA32) || defined(AMD64) || defined(ARM) || defined(S390)
+#else
 #undef LOTS_OF_REGS    // Loser platforms
-#else
-#error Add LOTS_OF_REGS as appropriate
 #endif
 
  private: