summaryrefslogtreecommitdiff
path: root/src/arch/x86/insts/badmicroop.cc
AgeCommit message (Collapse)Author
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-02-13X86: On a bad microopc, return a microop that returns a fault that panics.Gabe Black
This way a bad micropc will have to get all the way to commit before killing the simulation. This accounts for misspeculated branches.