Alpha: Force all the IPRs to an initial, determinstic value when cleared.
This commit is contained in:
parent
b4a76f0b0b
commit
63fa65613e
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ namespace AlphaISA
|
||||||
lock_flag = 0;
|
lock_flag = 0;
|
||||||
lock_addr = 0;
|
lock_addr = 0;
|
||||||
intr_flag = 0;
|
intr_flag = 0;
|
||||||
|
memset(ipr, 0, sizeof(ipr));
|
||||||
}
|
}
|
||||||
|
|
||||||
void serialize(EventManager *em, std::ostream &os);
|
void serialize(EventManager *em, std::ostream &os);
|
||||||
|
|
Loading…
Reference in a new issue