Mercurial > hg > CbC > old > device
diff mc-code-ia32.c @ 466:7c3d8237b625 gcc40
*** empty log message ***
author | kono |
---|---|
date | Mon, 16 May 2005 11:53:56 +0900 |
parents | 0bc9f3273aa7 |
children | 464e7480395c |
line wrap: on
line diff
--- a/mc-code-ia32.c Tue Mar 01 14:54:15 2005 +0900 +++ b/mc-code-ia32.c Mon May 16 11:53:56 2005 +0900 @@ -43,7 +43,7 @@ int code_lassop_p = 0; -static int MAX_REGISTER=6; /* intel386のレジスタを6つまで使う*/ +int MAX_REGISTER=6; /* intel386のレジスタを6つまで使う*/ #define REAL_MAX_REGISTER 8 /* intel386のレジスタが8つということ*/ static int MAX_DATA_REG=4; static int MAX_POINTER=3; @@ -54,7 +54,7 @@ #define REG_VAR 3 // static int MAX_INPUT_REGISTER_VAR = 0; -static int MAX_CODE_INPUT_REGISTER_VAR = 2; +int MAX_CODE_INPUT_REGISTER_VAR = 2; // static int MAX_INPUT_DREGISTER_VAR = 0; // static int MAX_INPUT_FREGISTER_VAR = 0; // static int MAX_CODE_INPUT_DREGISTER_VAR = 0;