src/cpu/x86/vm/register_definitions_x86.cpp

changeset 1919
61b2245abf36
parent 862
3c07cda72b7d
child 1934
e9ff18c4ace7
     1.1 --- a/src/cpu/x86/vm/register_definitions_x86.cpp	Thu May 20 06:34:23 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/register_definitions_x86.cpp	Fri May 21 02:59:24 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2002-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2002-2010 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 @@ -115,3 +115,6 @@
    1.11  REGISTER_DEFINITION(MMXRegister, mmx5 );
    1.12  REGISTER_DEFINITION(MMXRegister, mmx6 );
    1.13  REGISTER_DEFINITION(MMXRegister, mmx7 );
    1.14 +
    1.15 +// JSR 292
    1.16 +REGISTER_DEFINITION(Register, rbp_mh_SP_save);

mercurial