< prev index next >

src/cpu/ppc/vm/sharedRuntime_ppc.cpp

Print this page

        

@@ -955,11 +955,11 @@
   __ bctr();
 
   return c2i_entrypoint;
 }
 
-static void gen_i2c_adapter(MacroAssembler *masm,
+void SharedRuntime::gen_i2c_adapter(MacroAssembler *masm,
                             int total_args_passed,
                             int comp_args_on_stack,
                             const BasicType *sig_bt,
                             const VMRegPair *regs) {
 
< prev index next >