diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-11-20 22:54:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-11-20 22:54:03 (GMT) |
commit | 615171f171f53791a25aeab7970e29b024177d48 (patch) | |
tree | f9bed0ec10407ca29f01c62b7b163446d2c05f6b /src/glibext | |
parent | d4239799ad149f65e1e480d898ccb16756f4d518 (diff) |
Chosen assembly as language for machine code comments.
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gbinportion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gbinportion.c b/src/glibext/gbinportion.c index 8247910..8826bd3 100644 --- a/src/glibext/gbinportion.c +++ b/src/glibext/gbinportion.c @@ -34,7 +34,7 @@ #include <i18n.h> -#include "../analysis/human/asm/lang.h" // TODO : REMME -> format ! +#include "../analysis/human/asm/lang.h" #include "../common/extstr.h" #include "../common/sort.h" #include "../glibext/gbinarycursor.h" |