diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-02-26 15:32:53 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-02-26 15:32:53 -0800 |
commit | 559b43a372f966046e23d0183a5f714214febe0a (patch) | |
tree | f36082149c48f939a9986c5da4a8ee8caeda76c9 /src/mem/config | |
parent | 0cd0a8fdd3dc1e329673e2c034e67c2694a6908e (diff) | |
download | gem5-559b43a372f966046e23d0183a5f714214febe0a.tar.xz |
X86: Use the M5PanicFault fault in execute methods instead of calling panic.
If an instruction is executed speculatively and hits a situation where it
wants to panic, it should return a fault instead. If the instruction was
misspeculated, the fault can be thrown away. If the instruction wasn't
misspeculated, the fault will be invoked and the panic will still happen.
Diffstat (limited to 'src/mem/config')
0 files changed, 0 insertions, 0 deletions