diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-09-19 02:53:37 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-09-19 02:53:37 -0700 |
commit | 7701c5b1ecc128b97121f0cb99743983c9492115 (patch) | |
tree | e0e6c5a3bc6c0ed609f8769699146cd9b25cfc2e /system | |
parent | 10c2e37f604280fb89d800839cc965204d096c59 (diff) | |
download | gem5-7701c5b1ecc128b97121f0cb99743983c9492115.tar.xz |
X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
The decoder now checks the value of FULL_SYSTEM in a switch statement to
decide whether to return a real syscall instruction or one that triggers
syscall emulation (or a panic in FS mode). The switch statement should devolve
into an if, and also should be optimized out since it's based on constant
input.
Diffstat (limited to 'system')
0 files changed, 0 insertions, 0 deletions