monitor: fix a typo
commit2d5b50749adeda4e45066290deec19aa8e2322c3
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Jan 2011 08:31:00 +0000 (15 08:31 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Jan 2011 08:31:00 +0000 (15 08:31 +0000)
tree14936260420d3f59ae1345a3a86a92285f70ed12
parent0601740a5db12ea7ae0f2f7826f0cfb05854500a
monitor: fix a typo

Fix usage of wrong variable, spotted by clang:
/src/qemu/monitor.c:2278:36: warning: The left operand of '&' is a garbage value
                        prot = pde & (PG_USER_MASK | PG_RW_MASK |

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
monitor.c