commit | 2a3f75b42ac255be09ec2939b96c549ec830efd3 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Apr 04 11:46:33 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Apr 04 20:18:06 2011 +0200 |
tree | 817de30f8c8f20ce4248297931c7d6f1b6b5cddc | |
parent | 348883d4828d7434e1053407818598f7fb15e594 [diff] |
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>