« Previous | Next » 

Revision 337fc758

ID337fc758703b2cc2edabc1fdca5907f11fa837b0

Added by Blue Swirl over 12 years ago

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

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences