diff mc-code-powerpc.c @ 782:003067098032

code argument offset in caller and callee
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 20 Nov 2010 10:55:31 +0900
parents c5315f472912
children 3bc6c34bfa2e
line wrap: on
line diff
--- a/mc-code-powerpc.c	Fri Nov 19 18:57:36 2010 +0900
+++ b/mc-code-powerpc.c	Sat Nov 20 10:55:31 2010 +0900
@@ -6781,9 +6781,9 @@
 #endif
 
 extern int 
-code_arg_alignment(int args,NMTBL *n, int type0,int sz)
-{
-    return code_arg_alignment0(args,n, type0,sz);
+code_arg_alignment(int args,NMTBL *n, int type0,int sz, int is_code)
+{
+    return code_arg_alignment0(args,n, type0,sz, is_code);
 }