diff options
Diffstat (limited to 'src/binary.c')
-rw-r--r-- | src/binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary.c b/src/binary.c index cc3fd70..4d31c40 100644 --- a/src/binary.c +++ b/src/binary.c @@ -472,7 +472,7 @@ void fill_snippet(GtkSnippet *snippet, GtkWidget *panel, GtkWidget *panel2) } - instr = decode_instruction(proc, &bin_data[start], &pos, len, offset); + instr = decode_instruction(proc, &bin_data[start], &pos, len, start, offset); item = create_code_line_info(offset, instr, NULL); |