Review Board 2.0.15


x86: Changes to decoder, corrects 9376

Review Request #1618 - Created Jan. 11, 2013 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9463:4f23fe95cda9
---------------------------
x86: Changes to decoder, corrects 9376
The changes made by the changeset 9376 were not quite correct. The patch made
changes to the code which resulted in decoder not getting initialized correctly
when the state was restored from a checkpoint.

This patch adds a startup function to each ISA object. For x86, this function
sets the required state in the decoder. For other ISAs, the function is empty
right now.

   

Issue Summary

1 1 0 0
Review request changed
Updated (Jan. 12, 2013, 12:26 p.m.)

Status: Closed (submitted)