Revision 8fcd3692 linux-user/main.c

b/linux-user/main.c
107 107
    return 0;
108 108
}
109 109

  
110
#if defined(TARGET_I386)
110 111
int cpu_get_pic_interrupt(CPUState *env)
111 112
{
112 113
    return -1;
113 114
}
115
#endif
114 116

  
115 117
/* timers for rdtsc */
116 118

  
......
2151 2153
}
2152 2154
#endif /* TARGET_ALPHA */
2153 2155

  
2154
void usage(void)
2156
static void usage(void)
2155 2157
{
2156 2158
    printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"
2157 2159
           "usage: qemu-" TARGET_ARCH " [options] program [arguments...]\n"

Also available in: Unified diff