mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
clean build: Fix arm build warnings
Fix remaining arm warnings - except for the mess in the NetWinder FP emulator. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6766 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a45db6c6fd
commit
2b3ea3154d
4 changed files with 2 additions and 64 deletions
|
@ -107,7 +107,7 @@ static void set_kernel_args_old(struct arm_boot_info *info,
|
|||
int initrd_size, void *base)
|
||||
{
|
||||
uint32_t *p;
|
||||
unsigned char *s;
|
||||
char *s;
|
||||
|
||||
/* see linux/include/asm-arm/setup.h */
|
||||
p = (uint32_t *)(base + KERNEL_ARGS_ADDR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue