Alpha: Force all the IPRs to an initial, determinstic value when cleared.

This commit is contained in:
Gabe Black 2010-10-10 20:37:50 -07:00
parent b4a76f0b0b
commit 63fa65613e

View file

@ -81,6 +81,7 @@ namespace AlphaISA
lock_flag = 0;
lock_addr = 0;
intr_flag = 0;
memset(ipr, 0, sizeof(ipr));
}
void serialize(EventManager *em, std::ostream &os);