summaryrefslogtreecommitdiff
path: root/src/arch/x86/emulenv.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-02-27 09:23:58 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-02-27 09:23:58 -0800
commit3dfa564e70e4804ef118ba94c81233fb85f56ba2 (patch)
tree0423a50010c4f19c3871c67eb72eb5c186d93e70 /src/arch/x86/emulenv.hh
parent9dfa3f7f735ead0ada9eb79227f217d0d76e0f49 (diff)
downloadgem5-3dfa564e70e4804ef118ba94c81233fb85f56ba2.tar.xz
X86: Respect segment override prefixes even when there's no ModRM byte.
Diffstat (limited to 'src/arch/x86/emulenv.hh')
-rw-r--r--src/arch/x86/emulenv.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/emulenv.hh b/src/arch/x86/emulenv.hh
index 1044dbdf9..cdb1bf863 100644
--- a/src/arch/x86/emulenv.hh
+++ b/src/arch/x86/emulenv.hh
@@ -86,6 +86,7 @@ namespace X86ISA
{;}
void doModRM(const ExtMachInst & machInst);
+ void setSeg(const ExtMachInst & machInst);
};
};