qemu/target-moxie
Stefan Weil e06335b951 target-moxie: Fix pointer-to-integer conversion (MinGW-w64)
The type cast must use tcg_target_long instead of long.
This makes a difference for hosts where sizeof(long) != sizeof(void *).

Cc: Anthony Green <green@moxielogic.com>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Green <green@moxielogic.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-03-30 14:03:42 +00:00
..
cpu.c Add moxie target code 2013-03-23 14:25:41 +00:00
cpu.h Add moxie target code 2013-03-23 14:25:41 +00:00
helper.c Add moxie target code 2013-03-23 14:25:41 +00:00
helper.h Add moxie target code 2013-03-23 14:25:41 +00:00
machine.c Add moxie target code 2013-03-23 14:25:41 +00:00
machine.h Add moxie target code 2013-03-23 14:25:41 +00:00
Makefile.objs Add moxie target code 2013-03-23 14:25:41 +00:00
mmu.c Add moxie target code 2013-03-23 14:25:41 +00:00
mmu.h Add moxie target code 2013-03-23 14:25:41 +00:00
translate.c target-moxie: Fix pointer-to-integer conversion (MinGW-w64) 2013-03-30 14:03:42 +00:00