]> Git Repo - qemu.git/blobdiff - target-arm/op_helper.c
move helpers.h to helper.h
[qemu.git] / target-arm / op_helper.c
index 3de261034888326f1f0700a7c1d70ec76f667c83..ee7286b77ab3320b1a33c540b76482ef244d59b0 100644 (file)
@@ -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)
This page took 0.022586 seconds and 4 git commands to generate.