aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/op_helper.c
diff options
context:
space:
mode:
authorLluís <xscript@gmx.net>2011-04-13 18:38:24 +0200
committerAurelien Jarno <aurelien@aurel32.net>2011-04-17 20:41:11 +0200
commit7b59220ef31a9c8758f8de16e6aaf3fc14b6540c (patch)
treec0ed9f179efd5399f2c5af56bffa252a2ff2ad3e /target-arm/op_helper.c
parent685ff50f698f11dec8e9e193e8bc86b051a8cf26 (diff)
move helpers.h to helper.h
This provides a consistent naming scheme across all targets. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-arm/op_helper.c')
-rw-r--r--target-arm/op_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c
index 3de261034..ee7286b77 100644
--- a/target-arm/op_helper.c
+++ b/target-arm/op_helper.c
@@ -17,7 +17,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "exec.h"
-#include "helpers.h"
+#include "helper.h"
#define SIGNBIT (uint32_t)0x80000000
#define SIGNBIT64 ((uint64_t)1 << 63)