x86: fix debug trace output for mwait
Review Request #2722 - Created March 30, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Lena Olson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10743:cfa5b6f948f7 --------------------------- x86: fix debug trace output for mwait When running with the Exec flag, the mwait instruction attempted to print out its source registers, which were never actually initialized. This led to sporadic assertion failures when the value stored there was invalid.
