changeset 1852:94d77a279225

Merge
author roland
date Wed, 13 Oct 2010 15:38:14 -0700
parents 357451a9ae6a (diff) ecca2e3e2767 (current diff)
children b98784e85f71 42a10fc37986
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/sparc/vm/c1_LinearScan_sparc.hpp	Wed Oct 13 13:31:30 2010 -0700
+++ b/src/cpu/sparc/vm/c1_LinearScan_sparc.hpp	Wed Oct 13 15:38:14 2010 -0700
@@ -64,7 +64,7 @@
     _first_reg = pd_first_callee_saved_reg;
     _last_reg = pd_last_callee_saved_reg;
     return true;
-  } else if (cur->type() == T_INT || cur->type() == T_LONG || cur->type() == T_OBJECT) {
+  } else if (cur->type() == T_INT || cur->type() == T_LONG || cur->type() == T_OBJECT || cur->type() == T_ADDRESS) {
     _first_reg = pd_first_cpu_reg;
     _last_reg = pd_last_allocatable_cpu_reg;
     return true;