store thunk func ptr in jit metadata

This commit is contained in:
Ivan 2018-04-05 00:54:45 +03:00
parent bdc5f65070
commit a27d6492c3
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,7 @@ namespace {
struct RtCompileFuncList {
const char *name;
void **func;
void *originalFunc;
};
struct RtCompileSymList {