X86: Let the microassembler know about the microcode only H segment.
This commit is contained in:
parent
223fc41c07
commit
e9158d763a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue