Revision d4829d49 target-i386/machine.c

b/target-i386/machine.c
314 314
};
315 315

  
316 316
#define VMSTATE_HACK_UINT32(_f, _s, _t)                                  \
317
    VMSTATE_SINGLE_TEST(_f, _s, _t, vmstate_hack_uint64_as_uint32, uint64_t)
317
    VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint64_as_uint32, uint64_t)
318 318
#endif
319 319

  
320 320
static void cpu_pre_save(void *opaque)

Also available in: Unified diff