mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 20:06:03 +03:00
store thunk func ptr in jit metadata
This commit is contained in:
parent
bdc5f65070
commit
a27d6492c3
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace {
|
|||
struct RtCompileFuncList {
|
||||
const char *name;
|
||||
void **func;
|
||||
void *originalFunc;
|
||||
};
|
||||
|
||||
struct RtCompileSymList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue