summaryrefslogtreecommitdiff
path: root/src/arch/x86/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-07-14 17:28:26 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-07-14 17:28:26 -0700
commit873b762d4b7ced232782c937e6927d1f007e82eb (patch)
tree1349b290fa2c07af3c3ffdf06f81c784b43d4e99 /src/arch/x86/types.hh
parent4f7809d5e674384f58d3be6f4591afc0ceb2c37e (diff)
downloadgem5-873b762d4b7ced232782c937e6927d1f007e82eb.tar.xz
Move bitunion code into it's own file.
--HG-- extra : convert_revision : 8d55ca9645ee4e357b7f4595435542eb72490331
Diffstat (limited to 'src/arch/x86/types.hh')
-rw-r--r--src/arch/x86/types.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh
index 61ab2bac9..ef4d2e5c4 100644
--- a/src/arch/x86/types.hh
+++ b/src/arch/x86/types.hh
@@ -61,7 +61,7 @@
#include <inttypes.h>
#include <iostream>
-#include "base/bitfield.hh"
+#include "base/bitunion.hh"
#include "base/cprintf.hh"
namespace X86ISA