summaryrefslogtreecommitdiff
path: root/src/arch/x86/emulenv.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/emulenv.hh')
-rw-r--r--src/arch/x86/emulenv.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/emulenv.hh b/src/arch/x86/emulenv.hh
index ac707d808..719447bf8 100644
--- a/src/arch/x86/emulenv.hh
+++ b/src/arch/x86/emulenv.hh
@@ -71,6 +71,6 @@ namespace X86ISA
void doModRM(const ExtMachInst & machInst);
void setSeg(const ExtMachInst & machInst);
};
-};
+}
#endif // __ARCH_X86_TYPES_HH__