]> Git Repo - qemu.git/blobdiff - target-arm/op_helper.c
target-arm: Split out private-to-target functions into internals.h
[qemu.git] / target-arm / op_helper.c
index 21ff58e7544dc4d4700d7f54162e793a35265f04..4193eca36ad5ebe64861c48770028f26c1682a57 100644 (file)
@@ -18,6 +18,7 @@
  */
 #include "cpu.h"
 #include "helper.h"
+#include "internals.h"
 
 #define SIGNBIT (uint32_t)0x80000000
 #define SIGNBIT64 ((uint64_t)1 << 63)
This page took 0.023712 seconds and 4 git commands to generate.