- 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:
2010-03-13 13:52:03 +00:00
parent ed483b2e03
commit 8750901468
2 changed files with 60 additions and 39 deletions
+6
View File
@@ -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);