]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/xtensa/translate.c
tcg: Pass TCGHelperInfo to tcg_gen_callN
[mirror_qemu.git] / target / xtensa / translate.c
index 728aeebebf7cba1f7591fa61bcd24da3d6e43790..11bb8c079bc56ae554f8dd15586e7d20811618c5 100644 (file)
 
 #include "exec/log.h"
 
+#define HELPER_H "helper.h"
+#include "exec/helper-info.c.inc"
+#undef  HELPER_H
+
 
 struct DisasContext {
     DisasContextBase base;