Revision a6fc23e5

b/hw/pc.c
105 105

  
106 106
static uint64_t ioport80_read(void *opaque, hwaddr addr, unsigned size)
107 107
{
108
    return 0xffffffffffffffff;
108
    return 0xffffffffffffffffULL;
109 109
}
110 110

  
111 111
/* MSDOS compatibility mode FPU exception support */
......
130 130

  
131 131
static uint64_t ioportF0_read(void *opaque, hwaddr addr, unsigned size)
132 132
{
133
    return 0xffffffffffffffff;
133
    return 0xffffffffffffffffULL;
134 134
}
135 135

  
136 136
/* TSC handling */

Also available in: Unified diff