diff src/cpu/x86/vm/sharedRuntime_x86_32.cpp @ 14030:f6c04e69cf75

SharedRuntime: add gen_i2c_adapter, implement it with pre-existing methods in each architecture.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 27 Feb 2014 16:05:29 +0100
parents 02f27ecb4f3a
children d8041d695d19
line wrap: on
line diff
--- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Thu Feb 27 16:04:18 2014 +0100
+++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Thu Feb 27 16:05:29 2014 +0100
@@ -711,7 +711,7 @@
   __ bind(L_fail);
 }
 
-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,