target-arm: Use global env in iwmmxt_helper.c helpers
commit947a2fa21b61703802a660a938cabd7b3600ee79
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2011 10:46:34 +0000 (4 11:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Apr 2011 18:18:07 +0000 (4 20:18 +0200)
tree6b596761d181d64af52c35c9c690be533553bc36
parent2a3f75b42ac255be09ec2939b96c549ec830efd3
target-arm: Use global env in iwmmxt_helper.c helpers

Use the global 'env' variable in the helper functions in iwmmxt_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/iwmmxt_helper.c
target-arm/translate.c