aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 518aabb382..93134ff78f 100644
--- a/vm.c
+++ b/vm.c
@@ -1302,7 +1302,7 @@ rb_source_location(int *pline)
}
}
-const char *
+MJIT_FUNC_EXPORTED const char *
rb_source_location_cstr(int *pline)
{
VALUE path = rb_source_location(pline);