]> git.proxmox.com Git - qemu.git/commit - target-arm/translate.c
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)
commit2a3f75b42ac255be09ec2939b96c549ec830efd3
tree817de30f8c8f20ce4248297931c7d6f1b6b5cddc
parent348883d4828d7434e1053407818598f7fb15e594
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