src/cpu/zero/vm/sharedRuntime_zero.cpp

changeset 6466
6a936747b569
parent 5545
e16282db4946
child 6503
a9becfeecd1b
     1.1 --- a/src/cpu/zero/vm/sharedRuntime_zero.cpp	Fri Sep 06 20:16:09 2013 +0200
     1.2 +++ b/src/cpu/zero/vm/sharedRuntime_zero.cpp	Thu Sep 12 13:51:13 2013 -0700
     1.3 @@ -135,6 +135,7 @@
     1.4  
     1.5  int SharedRuntime::c_calling_convention(const BasicType *sig_bt,
     1.6                                           VMRegPair *regs,
     1.7 +                                         VMRegPair *regs2,
     1.8                                           int total_args_passed) {
     1.9    ShouldNotCallThis();
    1.10    return 0;

mercurial