- improved register update
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@787 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -42,6 +42,12 @@ typedef int (*fp_xcpt_t)(struct xcptcontext * xcp);
|
||||
sputs(" ");
|
||||
|
||||
|
||||
#define PRINT_REG_CHG(tag_str, reg, chg_tag) \
|
||||
sputs(tag_str); \
|
||||
print_word(reg); \
|
||||
sputs(chg_tag); \
|
||||
sputs(" ");
|
||||
|
||||
|
||||
// Public functions
|
||||
void xcpt_register(int xcpt_num, fp_xcpt_t fp);
|
||||
|
||||
Reference in New Issue
Block a user