Add enum for BADVADDR register.

This commit is contained in:
Jean-Philip Desjardins 2018-09-13 08:12:40 -04:00
parent db8aaeaa69
commit 612f35b5d8

View File

@ -13,6 +13,7 @@ public:
ENTRYLO0 = 0x02,
ENTRYLO1 = 0x03,
PAGEMASK = 0x05,
BADVADDR = 0x08,
COUNT = 0x09,
ENTRYHI = 0x0A,
STATUS = 0x0C,