mirror of
https://github.com/mii443/qemu.git
synced 2025-09-02 15:19:24 +00:00
Fix most warnings that would be caused by gcc flag -Wundef
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5173 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@ -282,7 +282,7 @@ static void write_dt(void *ptr, unsigned long addr, unsigned long limit,
|
||||
p[1] = tswap32(e2);
|
||||
}
|
||||
|
||||
#if TARGET_X86_64
|
||||
#ifdef TARGET_X86_64
|
||||
uint64_t idt_table[512];
|
||||
|
||||
static void set_gate64(void *ptr, unsigned int type, unsigned int dpl,
|
||||
|
Reference in New Issue
Block a user