commit | 337fc758703b2cc2edabc1fdca5907f11fa837b0 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Sep 04 11:06:22 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 10 14:50:08 2011 +0000 |
tree | c6ca72242178a9cc90dbb2619ca6080e9b726086 | |
parent | 6115c0a82dfdb4192ea42b48aebced2a7f96efd4 [diff] |
cpu-exec: remove unnecessary assignment Avoid this warning from clang analyzer: /src/qemu/cpu-exec.c:97:5: warning: Value stored to 'phys_page2' is never read phys_page2 = -1; Adjust the scope of the variable while at it. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>