src/cpu/sparc/vm/register_definitions_sparc.cpp

changeset 1145
e5b0439ef4ae
parent 631
d1605aabd0a1
child 1907
c18cbe5936b8
child 1919
61b2245abf36
     1.1 --- a/src/cpu/sparc/vm/register_definitions_sparc.cpp	Wed Apr 08 00:12:59 2009 -0700
     1.2 +++ b/src/cpu/sparc/vm/register_definitions_sparc.cpp	Wed Apr 08 10:56:49 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2002-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2002-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 @@ -142,6 +142,8 @@
    1.11  REGISTER_DEFINITION(Register, G3_scratch);
    1.12  REGISTER_DEFINITION(Register, G4_scratch);
    1.13  REGISTER_DEFINITION(Register, Gtemp);
    1.14 +REGISTER_DEFINITION(Register, G5_method_type);
    1.15 +REGISTER_DEFINITION(Register, G3_method_handle);
    1.16  REGISTER_DEFINITION(Register, Lentry_args);
    1.17  
    1.18  #ifdef CC_INTERP

mercurial