diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-23 17:48:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-23 17:48:50 (GMT) |
commit | adb98feb93f09d8de343c504a0c8c72815d62dab (patch) | |
tree | c345bf863252c2384b946b8ebfa315cda88b8ba9 /src/analysis/disass | |
parent | 18be9204f2f6b054f254d1fa045039952ddfad41 (diff) |
Created storable items for user comments.
Diffstat (limited to 'src/analysis/disass')
-rw-r--r-- | src/analysis/disass/output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/disass/output.c b/src/analysis/disass/output.c index 75444a5..07165c0 100644 --- a/src/analysis/disass/output.c +++ b/src/analysis/disass/output.c @@ -269,6 +269,8 @@ void print_disassembled_instructions(GCodeBuffer *buffer, const GExeFormat *form if (comment != NULL) { + /* FIXME : appliquer ! */ + text = g_db_comment_get_text(comment); |