Loading target-s390x/helpers.h→target-s390x/helper.h +0 −0 File moved. View file target-s390x/op_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ #include "cpu.h" #include "dyngen-exec.h" #include "host-utils.h" #include "helpers.h" #include "helper.h" #include <string.h> #include "kvm.h" #include "qemu-timer.h" Loading target-s390x/translate.c +2 −2 Original line number Diff line number Diff line Loading @@ -38,9 +38,9 @@ static TCGv_ptr cpu_env; #include "gen-icount.h" #include "helpers.h" #include "helper.h" #define GEN_HELPER 1 #include "helpers.h" #include "helper.h" typedef struct DisasContext DisasContext; struct DisasContext { Loading Loading
target-s390x/op_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ #include "cpu.h" #include "dyngen-exec.h" #include "host-utils.h" #include "helpers.h" #include "helper.h" #include <string.h> #include "kvm.h" #include "qemu-timer.h" Loading
target-s390x/translate.c +2 −2 Original line number Diff line number Diff line Loading @@ -38,9 +38,9 @@ static TCGv_ptr cpu_env; #include "gen-icount.h" #include "helpers.h" #include "helper.h" #define GEN_HELPER 1 #include "helpers.h" #include "helper.h" typedef struct DisasContext DisasContext; struct DisasContext { Loading