target-arm: Use global env in neon_helper.c helpers
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2011 10:46:33 +0000 (11:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Apr 2011 18:18:06 +0000 (20:18 +0200)
commitc0a2e460c7270e93b5eb90472a7897a7c1b4a15f
tree817de30f8c8f20ce4248297931c7d6f1b6b5cddc
parent758af37ed59039bfd55c01a10c7eb8b69bb80972
target-arm: Use global env in neon_helper.c helpers

Use the global 'env' variable in the helper functions in neon_helper.c.
This means we don't need to pass env as an argument to them any more.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/helpers.h
target-arm/neon_helper.c
target-arm/translate.c