- fixed PRINT_REG_CHG
git-svn-id: http://moon:8086/svn/mips@82 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user