Mercurial > hg > CbC > old > device
diff mc-code-mips.c @ 605:1078c7e3bfb0
minor fixes
author | kono |
---|---|
date | Mon, 30 Jan 2006 18:36:47 +0900 |
parents | df04bc5fd5fe |
children | e055df7c1082 |
line wrap: on
line diff
--- a/mc-code-mips.c Mon Jan 30 13:42:12 2006 +0900 +++ b/mc-code-mips.c Mon Jan 30 18:36:47 2006 +0900 @@ -514,6 +514,7 @@ { /* called for each file */ init_ptr_cache(); + output_mode = -1; } @@ -2745,7 +2746,7 @@ /* this is called once per file */ printf("\t.file %d \"%s\"\n",count++,filename); printf(".abicalls\n"); - printf(".text\n"); + // printf(".text\n"); if (asi) { fclose(asi);