diff trace.c @ 23:5217f23f2f9e

break point
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 09 Jul 2018 14:54:43 +0900
parents 10e33568b38a
children 7104ad38bed3
line wrap: on
line diff
--- a/trace.c	Mon Jul 09 14:07:30 2018 +0900
+++ b/trace.c	Mon Jul 09 14:54:43 2018 +0900
@@ -168,7 +168,7 @@
                 if (s[1]) {
                    char *next;
                    int count = 0;
-                   int adr = getarg(s+0,&next);
+                   int adr = getarg(s+1,&next);
                    if (next[0]) {
                       count = getarg(next,&next);
                    }