commit | b835e919f022d768abdf00e8dc94f1a23fdcab15 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Jan 17 19:29:34 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Jan 24 20:52:04 2011 +0100 |
tree | 71d971ea968100e510264d53667198c94e909c95 | |
parent | 0bfe006c5380c5f8a485a55ded3329fbbc224396 [diff] |
target-mips: fix save_cpu_state() calls The rule is: - don't save PC if the exception is only triggered by softmmu. - save PC if the exception can be triggered by an helper. Fix a 64-bit kernel crash when loading modules. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>