hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp
changeset 22832 03720a5b7595
parent 19336 ddceb0657500
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22831:1e2ba1d62103 22832:03720a5b7595
   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 }