Searched hist:2838 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/checker/
H A Dcpu_impl.hh2838:8e81edd2fdbf Wed Jul 05 17:25:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Checker ignores any faults that occur in syscall emulation mode for now.

src/cpu/checker/cpu_impl.hh:
The only fault we handle in SE causes troubles when invoked with the Checker. This is because it changes state within the process, and not the checker, so the state isn't correct when the main CPU calls invoke. It's safe to just ignore the fault in the Checker and continue.

Completed in 9 milliseconds