diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1824,7 +1824,7 @@ static int64_t expr_unary(void) case '$': { char buf[128], *q; - target_long reg; + target_long reg=0; pch++; q = buf; |