alpha:hwrei:rollback for o3

change hwrei back to being a non-control instruction so O3-FS mode will work
add squash in inorder that will catch a hwrei (or any other genric instruction)
that isnt a control inst but changes the PC. Additional testing still needs to be done
for inorder-FS mode but this change will free O3 development back up in the interim
This commit is contained in:
Korey Sewell 2011-07-07 21:32:49 -04:00
parent 255f82a783
commit 678376f0ba

View file

@ -935,7 +935,7 @@ decode OPCODE default Unknown::unknown() {
0x1e: decode PALMODE {
0: OpcdecFault::hw_rei();
format BasicOperate {
1: hw_rei({{ xc->hwrei(); }}, IsSerializing, IsSerializeBefore, IsControl);
1: hw_rei({{ xc->hwrei(); }}, IsSerializing, IsSerializeBefore);
}
}