/[qemu]
ViewVC logotype

Revision 5570


Jump to revision: Previous Next
Author: aliguori
Date: Wed Oct 29 14:16:31 2008 UTC (15 years ago)
Changed paths: 1
Log Message:
Fix restore of older snapshots for target-i386 on big endian hosts

A target_ulong may be 64-bit.  Passing it to a function expecting a 32-bit
pointer is wrong and unfortunately happens to work for x86.  It won't work on
big endian hosts though.  Change the code to work properly on all hosts.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>


Changed paths:

Path Details
Directorytrunk/target-i386/machine.c modified , text changed

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.5