src/cpu/sparc/vm/interp_masm_sparc.hpp

changeset 1730
3cf667df43ef
parent 1641
87684f1a88b5
child 1858
c640000b7cc1
     1.1 --- a/src/cpu/sparc/vm/interp_masm_sparc.hpp	Mon Mar 08 04:46:30 2010 -0800
     1.2 +++ b/src/cpu/sparc/vm/interp_masm_sparc.hpp	Tue Mar 09 20:16:19 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-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 @@ -121,7 +121,7 @@
    1.11                       bool check_exception = true);
    1.12  
    1.13  #ifndef CC_INTERP
    1.14 -  void super_call_VM_leaf(Register thread_cache, address entry_point, Register arg_1);
    1.15 +  void super_call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2);
    1.16  
    1.17    // Generate a subtype check: branch to ok_is_subtype if sub_klass is
    1.18    // a subtype of super_klass.  Blows registers tmp1, tmp2 and tmp3.

mercurial