X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-arm%2Fhelper.h;h=8544f82a94458bcf0e9240cfd502e98a6774867a;hb=022c62cbbcf1ff40b23c92874f8670cddfec2414;hp=3d23ceb257cf20988c633981c0ae4ac4dd900c16;hpb=737e150e89c44c6b33691a627e24bac7fb58f349;p=mirror_qemu.git diff --git a/target-arm/helper.h b/target-arm/helper.h index 3d23ceb257..8544f82a94 100644 --- a/target-arm/helper.h +++ b/target-arm/helper.h @@ -1,4 +1,4 @@ -#include "def-helper.h" +#include "exec/def-helper.h" DEF_HELPER_FLAGS_1(clz, TCG_CALL_NO_RWG_SE, i32, i32) DEF_HELPER_FLAGS_1(sxtb16, TCG_CALL_NO_RWG_SE, i32, i32) @@ -463,4 +463,4 @@ DEF_HELPER_3(neon_qzip8, void, env, i32, i32) DEF_HELPER_3(neon_qzip16, void, env, i32, i32) DEF_HELPER_3(neon_qzip32, void, env, i32, i32) -#include "def-helper.h" +#include "exec/def-helper.h"