Fix another outdated comment.
--HG-- extra : convert_revision : 55f89d9f96734e96ae082399df6b0206d112cd6c
This commit is contained in:
parent
78910a7b3d
commit
1493ceda8f
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ namespace X86ISA;
|
||||||
//Include the definitions for the instruction formats
|
//Include the definitions for the instruction formats
|
||||||
##include "formats/formats.isa"
|
##include "formats/formats.isa"
|
||||||
|
|
||||||
//Include the simple microcode assembler. This will hopefully stay
|
//This file brings in the microcode, microop classes, macroop classes,
|
||||||
//unspecialized for x86 and can later be made available to other ISAs.
|
//and supporting components and assembles everything into macroops.
|
||||||
##include "microasm.isa"
|
##include "microasm.isa"
|
||||||
|
|
||||||
//Include code to specialize an instruction template to operate on
|
//Include code to specialize an instruction template to operate on
|
||||||
|
|
Loading…
Reference in a new issue