commit | 69b349765c95b76a446011ee71de57c07c1371e8 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Dec 17 03:15:52 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Dec 17 03:15:52 2007 +0000 |
tree | 179c9d104178f1e15f61bcbc2bfc2a2849a17bf8 | |
parent | 96b8f136f52ea2dc5948fe24f0bf4483251ac280 [diff] [blame] |
Fix miscellaneous minor things, by Andre Przywara. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3826 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/monitor.c b/monitor.c index 97ac583..0783eaf 100644 --- a/monitor.c +++ b/monitor.c
@@ -1824,7 +1824,7 @@ case '$': { char buf[128], *q; - target_long reg; + target_long reg=0; pch++; q = buf;