]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec: Remove a type cast which is no longer needed
authorStefan Weil <weil@mail.berlios.de>
Sat, 26 Mar 2011 20:06:56 +0000 (21:06 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:50 +0000 (21:51 +0200)
commit71d2b725e1f38162872b198992a61fa460978d77
treefa544595f75830b390b0d1fa75250d3abfa35c4b
parent3bad98147f84f2606afe2afb9d80ea15d3e1c39f
exec: Remove a type cast which is no longer needed

All other type casts in calls of cpu_physical_memory_write 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>
exec.c