diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-07 21:48:00 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-07 21:48:00 +0000 |
commit | 554a80e6d98ac7c32e84c9882c69104eed13768a (patch) | |
tree | bb3dc264f3459a3aec5894d39b314e7d1f5b3a09 /hw/arm_boot.c | |
parent | 1244301cc0fa6f7783fdf2c8ec0335e4ca128ea3 (diff) | |
download | qemu-554a80e6d98ac7c32e84c9882c69104eed13768a.tar.gz qemu-554a80e6d98ac7c32e84c9882c69104eed13768a.tar.bz2 qemu-554a80e6d98ac7c32e84c9882c69104eed13768a.zip |
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
Diffstat (limited to 'hw/arm_boot.c')
-rw-r--r-- | hw/arm_boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm_boot.c b/hw/arm_boot.c index cf9616ae0b..fe17ffc74e 100644 --- a/hw/arm_boot.c +++ b/hw/arm_boot.c @@ -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); |