monitor: Remove some type casts which are no longer needed
authorStefan Weil <weil@mail.berlios.de>
Sat, 26 Mar 2011 20:11:05 +0000 (21:11 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:50 +0000 (21:51 +0200)
commit6bb3f97ee35affb95c13bc331a149c1d6b777390
tree41a83f9229edeb2eb6ed9870c228d65cf4b33580
parent4d9e59064ab085965f3558c923741c34789f2b3c
monitor: Remove some type casts which are no longer needed

All other type casts in calls of cpu_physical_memory_read are
used by hardware emulations and will be fixed by separate patches.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
monitor.c