From 157a6cc9a2bc83e08ce8d954b1a6a256cdca634f Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:50:54 +0300 Subject: [PATCH] add todo --- genc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/genc.py b/genc.py index 40d4c4b..caa4304 100644 --- a/genc.py +++ b/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