Mercurial > hg > CbC > old > device
diff .gdbinit @ 311:38c9976863b7 macro_concat
swtich list fix. macro fix.
author | kono |
---|---|
date | Sat, 12 Jun 2004 11:51:45 +0900 |
parents | a86612cf1a19 |
children | 22d92986c7f7 |
line wrap: on
line diff
--- a/.gdbinit Fri Jun 11 01:21:35 2004 +0900 +++ b/.gdbinit Sat Jun 12 11:51:45 2004 +0900 @@ -1,7 +1,7 @@ tb main # run -s test/arg.c # run -s -ob00.s mc-parse.c -run -s test/strinit.c +run -s test/macro.c # run -s test/code-gen-all.c define regs printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4