mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -1484,7 +1484,6 @@ uint64_t HELPER(neon_negl_u16)(uint64_t x)
|
|||
return result;
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
uint64_t HELPER(neon_negl_u32)(uint64_t x)
|
||||
{
|
||||
uint32_t low = -x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue