diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-09-04 11:06:22 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 14:50:08 +0000 |
commit | 337fc758703b2cc2edabc1fdca5907f11fa837b0 (patch) | |
tree | c6ca72242178a9cc90dbb2619ca6080e9b726086 /hw/lsi53c895a.c | |
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>
Diffstat (limited to 'hw/lsi53c895a.c')
0 files changed, 0 insertions, 0 deletions