src/cpu/zero/vm/sharedRuntime_zero.cpp

changeset 6466
6a936747b569
parent 5545
e16282db4946
child 6503
a9becfeecd1b
equal deleted inserted replaced
6465:666e6ce3976c 6466:6a936747b569
133 } 133 }
134 134
135 135
136 int SharedRuntime::c_calling_convention(const BasicType *sig_bt, 136 int SharedRuntime::c_calling_convention(const BasicType *sig_bt,
137 VMRegPair *regs, 137 VMRegPair *regs,
138 VMRegPair *regs2,
138 int total_args_passed) { 139 int total_args_passed) {
139 ShouldNotCallThis(); 140 ShouldNotCallThis();
140 return 0; 141 return 0;
141 } 142 }

mercurial