summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-12 17:52:51 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-12 17:52:51 -0700
commitcefb768131b1d0582c5cbe83feaa97060dfe15af (patch)
treeec8baa94f26f120550e451ba544eaa9d261626f9 /src/arch/x86/isa/microops
parente5f80924671bf0cfaf02c51f4b98d529631733f1 (diff)
downloadgem5-cefb768131b1d0582c5cbe83feaa97060dfe15af.tar.xz
X86: Create a handy way to access labels from the ROM in microcode.
Diffstat (limited to 'src/arch/x86/isa/microops')
-rw-r--r--src/arch/x86/isa/microops/base.isa1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/isa/microops/base.isa b/src/arch/x86/isa/microops/base.isa
index 994e997d8..057d237ad 100644
--- a/src/arch/x86/isa/microops/base.isa
+++ b/src/arch/x86/isa/microops/base.isa
@@ -88,6 +88,7 @@ let {{
// env may not be used in the microop's constructor.
RegIndex reg = env.reg;
reg = reg;
+ using namespace RomLabels;
return %s;
}
'''