diff src/cpu/sparc/vm/c1_Defs_sparc.hpp @ 969:0804a88ed4f5

Merge
author andrew
date Tue, 08 Sep 2009 09:02:48 +0100
parents d0acbc302e14
children c18cbe5936b8
line wrap: on
line diff
--- a/src/cpu/sparc/vm/c1_Defs_sparc.hpp	Tue Sep 08 09:01:16 2009 +0100
+++ b/src/cpu/sparc/vm/c1_Defs_sparc.hpp	Tue Sep 08 09:02:48 2009 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2005 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -38,7 +38,7 @@
 // registers
 enum {
   pd_nof_cpu_regs_frame_map = 32,  // number of registers used during code emission
-  pd_nof_caller_save_cpu_regs_frame_map = 6,  // number of cpu registers killed by calls
+  pd_nof_caller_save_cpu_regs_frame_map = 10,  // number of cpu registers killed by calls
   pd_nof_cpu_regs_reg_alloc = 20,  // number of registers that are visible to register allocator
   pd_nof_cpu_regs_linearscan = 32,// number of registers visible linear scan
   pd_first_cpu_reg = 0,