- fixed PRINT_REG_CHG

git-svn-id: http://moon:8086/svn/mips@82 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-14 23:44:29 +00:00
parent 28c8957b96
commit 301865c2b4
2 changed files with 12 additions and 6 deletions
+4 -4
View File
@@ -43,10 +43,10 @@ typedef int (*fp_xcpt_t)(struct xcptcontext * xcp);
#define PRINT_REG_CHG(tag_str, reg, reg_last) \
dbg_puts(tag_str); \
dbg_print_word(reg); \
dbg_puts(reg != reg_last ? "*" : " "); \
dbg_puts(" ");
sputs(tag_str); \
print_word(reg); \
sputs(reg != reg_last ? "*" : " "); \
sputs(" ");
// Public functions