src/cpu/sparc/vm/c1_Defs_sparc.hpp

changeset 1363
d0acbc302e14
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/cpu/sparc/vm/c1_Defs_sparc.hpp	Mon Aug 17 12:11:06 2009 -0700
     1.2 +++ b/src/cpu/sparc/vm/c1_Defs_sparc.hpp	Mon Aug 17 14:45:02 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2000-2005 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -38,7 +38,7 @@
    1.11  // registers
    1.12  enum {
    1.13    pd_nof_cpu_regs_frame_map = 32,  // number of registers used during code emission
    1.14 -  pd_nof_caller_save_cpu_regs_frame_map = 6,  // number of cpu registers killed by calls
    1.15 +  pd_nof_caller_save_cpu_regs_frame_map = 10,  // number of cpu registers killed by calls
    1.16    pd_nof_cpu_regs_reg_alloc = 20,  // number of registers that are visible to register allocator
    1.17    pd_nof_cpu_regs_linearscan = 32,// number of registers visible linear scan
    1.18    pd_first_cpu_reg = 0,

mercurial