summaryrefslogtreecommitdiff
path: root/target-xtensa/op_helper.c
diff options
context:
space:
mode:
authorLluís Vilanova <vilanova@ac.upc.edu>2012-02-13 16:33:58 +0100
committerMax Filippov <jcmvbkbc@gmail.com>2012-04-14 03:48:08 +0400
commit16c1deae215d4aac5b9b4fc090844b92852a0c5b (patch)
tree1f65bed8bb83260b61b1a47f0583a369761850e7 /target-xtensa/op_helper.c
parent7672725d41d1a04195affc1a7bd5676ba6314b14 (diff)
downloadqemu-16c1deae215d4aac5b9b4fc090844b92852a0c5b.tar.gz
target-xtensa: Move helpers.h to helper.h
Provides a file naming scheme consistent with other targets. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target-xtensa/op_helper.c')
-rw-r--r--target-xtensa/op_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-xtensa/op_helper.c b/target-xtensa/op_helper.c
index cdef0db52e..806384f310 100644
--- a/target-xtensa/op_helper.c
+++ b/target-xtensa/op_helper.c
@@ -27,7 +27,7 @@
#include "cpu.h"
#include "dyngen-exec.h"
-#include "helpers.h"
+#include "helper.h"
#include "host-utils.h"
static void do_unaligned_access(target_ulong addr, int is_write, int is_user,