add todo
This commit is contained in:
parent
81671b4652
commit
157a6cc9a2
1 changed files with 2 additions and 0 deletions
2
genc.py
2
genc.py
|
|
@ -218,6 +218,8 @@ def parse_file(path):
|
|||
groups = [InstructionGroup(common) for common in root.iter("common")]
|
||||
return groups
|
||||
|
||||
# TODO: instead of gzipping pipe directly C code into GCC
|
||||
# FIXME: instruction_t has no actual rex, imm, value values
|
||||
def generate_table(groups):
|
||||
table_len = 0
|
||||
# header
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue