diff options
-rw-r--r-- | dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ int main(int argc, char ** argv) break; } for(;;) { - visit(instbuf.address); + visit(address); next = m68k_decode(encoded, &instbuf, address); address += (next-encoded)*2; encoded = next; |