diff mc-code-ia32.c @ 599:df04bc5fd5fe

*** empty log message ***
author kono
date Thu, 26 Jan 2006 15:19:55 +0900
parents f49c825920c4
children 1078c7e3bfb0
line wrap: on
line diff
--- a/mc-code-ia32.c	Tue Jan 24 10:55:00 2006 +0900
+++ b/mc-code-ia32.c	Thu Jan 26 15:19:55 2006 +0900
@@ -181,7 +181,6 @@
 // static int MAX_FREGISTER=1;
 
 #define MAX_FPU_STACK 7
-#define REG_VAR 2
 
 // static int MAX_INPUT_REGISTER_VAR = 0;
 int MAX_CODE_INPUT_REGISTER_VAR = 2;
@@ -1580,7 +1579,7 @@
 }
 
 int
-tosop_operand_safe_p(op)
+tosop_operand_safe_p(int op)
 {
     switch(op) {
     case ADD: case SUB: case CMP: