X86: Fix store microops so they don't drop faults in timing mode.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 3 Jul 2011 05:31:22 +0000 (22:31 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 3 Jul 2011 05:31:22 +0000 (22:31 -0700)
commit2f72d6a1f4a9a44699e271608c7edc3ed90cfff9
tree8204cd8c44bbea077c0008f501fd9c3d2cd66251
parent45b411fc5f69c4c6bdc4b4e60d144d1e887a04cb
X86: Fix store microops so they don't drop faults in timing mode.

If a fault was returned by the CPU when a store initiated it's write, the
store instruction would ignore the fault. This change fixes that.
src/arch/x86/isa/microops/ldstop.isa