summaryrefslogtreecommitdiff
path: root/zjit.c
diff options
context:
space:
mode:
-rw-r--r--zjit.c43
1 files changed, 43 insertions, 0 deletions
@@ -22,6 +22,7 @@
#include "iseq.h"
#include "ruby/debug.h"
#include "internal/cont.h"
// For mmapp(), sysconf()
#ifndef _WIN32
@@ -634,3 +635,45 @@ rb_RCLASS_ORIGIN(VALUE c)
{
return RCLASS_ORIGIN(c);
}