summaryrefslogtreecommitdiff
path: root/src/arch/x86/insts/microop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/insts/microop.cc')
-rw-r--r--src/arch/x86/insts/microop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/insts/microop.cc b/src/arch/x86/insts/microop.cc
index 22b069c2a..4f464927a 100644
--- a/src/arch/x86/insts/microop.cc
+++ b/src/arch/x86/insts/microop.cc
@@ -38,7 +38,7 @@
*/
#include "arch/x86/insts/microop.hh"
-#include "arch/x86/miscregs.hh"
+#include "arch/x86/regs/misc.hh"
namespace X86ISA
{