diff options
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r-- | target-arm/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index bd4910d11..c543cf4a4 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -61,5 +61,3 @@ static inline int cpu_halted(CPUState *env) { void cpu_loop_exit(void); void raise_exception(int); - -uint32_t helper_neon_mul_p8(uint32_t op1, uint32_t op2); |