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