X86: Let the microassembler know about the microcode only H segment.

This commit is contained in:
Gabe Black 2008-10-12 20:17:38 -07:00
parent 223fc41c07
commit e9158d763a

View file

@ -81,7 +81,7 @@ let {{
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.