Checker ignores any faults that occur in syscall emulation mode for now.
authorKevin Lim <ktlim@umich.edu>
Wed, 5 Jul 2006 21:25:37 +0000 (17:25 -0400)
committerKevin Lim <ktlim@umich.edu>
Wed, 5 Jul 2006 21:25:37 +0000 (17:25 -0400)
commitbd26dbdb13108bffed1c246a450029a3322dba4c
tree138a19eb77646bbacd27a70017e0c6fac1f51dbb
parentea9697250cf55add36af1548b524ab22d6a2cf94
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.

--HG--
extra : convert_revision : 5000d763a75009c7a6011646a6790ac5b23df6bb
src/cpu/checker/cpu_impl.hh