diff mc-code-powerpc.c @ 444:8bec605d1701

small sized struct
author kono
date Sun, 21 Nov 2004 11:20:56 +0900
parents a531bbf572e3
children 5ec2a88b9f4d
line wrap: on
line diff
--- a/mc-code-powerpc.c	Sun Nov 21 01:27:21 2004 +0900
+++ b/mc-code-powerpc.c	Sun Nov 21 11:20:56 2004 +0900
@@ -35,7 +35,7 @@
 static void ld_indexx(int byte, int n, int xreg,int reg,int sign);
 static void local_table(void);
 static void shift(char *op, int creg,int reg);
-static int struct_push(int e4,int t,int arg);
+static int push_struct(int e4,int t,int arg);
 
 
 static int creg;
@@ -1569,7 +1569,7 @@
 }
 
 int
-struct_push(int e4,int t,int arg) 
+push_struct(int e4,int t,int arg) 
 {
     int length,count;
     int dreg,sreg; char *drn,*crn,*srn;
@@ -2037,7 +2037,7 @@
             e4 = car(e3);
             t  = caddr(e3);
             arg = get_input_arg(t,AS_ARG,caddr(stargs),cadddr(stargs),0);
-            struct_push(e4,t,arg);
+            push_struct(e4,t,arg);
             car(e3)=0;  // done
         }
     } else {