Romain Malmain b01a0bc334
Fix helper function calls & support for new x86 decoder (#92)
* fix helper function calls

* cmp hooks: support for new x86 decoder
2024-10-31 16:31:54 +01:00

11 lines
223 B
C

#pragma once
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "tcg/tcg.h"
#include "tcg/helper-info.h"
void tcg_gen_callN(void *func, TCGHelperInfo *info,
TCGTemp *ret, TCGTemp **args);