summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/includes.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:49:25 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:49:25 -0400
commit2bb8933f789d65f47a322e1384eb2e500699bf14 (patch)
tree51d5dfa4da0be8a9394ef4267e283e944571883c /src/arch/x86/isa/includes.isa
parentbbc1f394ffd9d3add42494ad852ac29c3e5e7711 (diff)
downloadgem5-2bb8933f789d65f47a322e1384eb2e500699bf14.tar.xz
X86: Add microops which panic, fatal, warn, and warn_once.
Diffstat (limited to 'src/arch/x86/isa/includes.isa')
-rw-r--r--src/arch/x86/isa/includes.isa3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/isa/includes.isa b/src/arch/x86/isa/includes.isa
index 6724ea9b0..6d0fe6d86 100644
--- a/src/arch/x86/isa/includes.isa
+++ b/src/arch/x86/isa/includes.isa
@@ -26,7 +26,7 @@
//
// Authors: Gabe Black
-// Copyright (c) 2007 The Hewlett-Packard Development Company
+// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
// All rights reserved.
//
// Redistribution and use of this software in source and binary forms,
@@ -117,6 +117,7 @@ output decoder {{
#include "arch/x86/segmentregs.hh"
#include "base/cprintf.hh"
#include "base/loader/symtab.hh"
+#include "base/misc.hh"
#include "cpu/thread_context.hh" // for Jump::branchTarget()
#include "mem/packet.hh"