summaryrefslogtreecommitdiff
path: root/dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'dis.c')
-rw-r--r--dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dis.c b/dis.c
index 8826864..a3d39fb 100644
--- a/dis.c
+++ b/dis.c
@@ -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;