Fix miscellaneous minor things, by Andre Przywara.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3826 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-12-17 03:15:52 +00:00
parent 96b8f136f5
commit 69b349765c
6 changed files with 12 additions and 8 deletions

View file

@ -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;