mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix gcc 4.3 warning
git-svn-id: svn://coreboot.org/openbios/openbios-devel@454 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -178,9 +178,6 @@ static void write_dictionary(const char *filename)
|
|||||||
.length = target_ulong((uint32_t)dicthead),
|
.length = target_ulong((uint32_t)dicthead),
|
||||||
.last = target_ucell((ucell)((unsigned long)last
|
.last = target_ucell((ucell)((unsigned long)last
|
||||||
- (unsigned long)dict)),
|
- (unsigned long)dict)),
|
||||||
.reserved[0] = 0,
|
|
||||||
.reserved[1] = 0,
|
|
||||||
.reserved[2] = 0,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user