changeset 379f926bc5ff in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=379f926bc5ff
description:
X86: Let the microassembler know about the microcode only H segment.
diffstat:
0 files changed
diffs (12 lines):
diff -r 1df7cdfc4aa6 -r 379f926bc5ff src/arch/x86/isa/microasm.isa
--- a/src/arch/x86/isa/microasm.isa Sun Oct 12 20:07:46 2008 -0700
+++ b/src/arch/x86/isa/microasm.isa Sun Oct 12 20:17:38 2008 -0700
@@ -81,7 +81,7 @@
for num in range(7):
assembler.symbols["ufp%d" % num] = "FLOATREG_MICROFP(%d)" % num
# Add in symbols for the segment descriptor registers
- for letter in ("C", "D", "E", "F", "G", "S"):
+ for letter in ("C", "D", "E", "F", "G", "H", "S"):
assembler.symbols["%ss" % letter.lower()] = "SEGMENT_REG_%sS" % letter
# Add in symbols for the various checks of segment selectors.
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev