mirror of
https://github.com/qemu/qemu.git
synced 2025-08-08 08:05:17 +00:00
target-arm: Remove stray #include from middle of neon_helper.c
Remove a stray #include <stdio.h> from the middle of neon_helper.c: it was harmless but pointless since we include stdio.h at the top of the file anyway. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
005e1a0a02
commit
f2f27b9f9b
@ -1484,7 +1484,6 @@ uint64_t HELPER(neon_negl_u16)(uint64_t x)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
uint64_t HELPER(neon_negl_u32)(uint64_t x)
|
uint64_t HELPER(neon_negl_u32)(uint64_t x)
|
||||||
{
|
{
|
||||||
uint32_t low = -x;
|
uint32_t low = -x;
|
||||||
|
Loading…
Reference in New Issue
Block a user