diff options
author | Koichi Sasada <[email protected]> | 2019-11-29 03:24:30 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2019-11-29 03:24:30 +0900 |
commit | 6b460a79489bf65dee0a4c9f42324d3836888dd3 (patch) | |
tree | c49760fc7cc18c132202268c0d13010adcdb387e /variable.c | |
parent | f38b6d197f84ba8890daf4d708c0d17c1d339700 (diff) |
export func for MJIT
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c index d6e2f2a601..9919e48480 100644 --- a/variable.c +++ b/variable.c @@ -799,7 +799,7 @@ gen_ivtbl_get(VALUE obj, struct gen_ivtbl **ivtbl) return 0; } -struct st_table * +MJIT_FUNC_EXPORTED struct st_table * rb_ivar_generic_ivtbl(void) { return generic_iv_tbl; |