summaryrefslogtreecommitdiff
path: root/yjit_codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_codegen.h')
-rw-r--r--yjit_codegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/yjit_codegen.h b/yjit_codegen.h
index 1e87c85393..4ae2536423 100644
--- a/yjit_codegen.h
+++ b/yjit_codegen.h
@@ -10,6 +10,8 @@ typedef enum codegen_status {
// Code generation function signature
typedef codegen_status_t (*codegen_fn)(jitstate_t *jit, ctx_t *ctx, codeblock_t *cb);
+static void jit_ensure_block_entry_exit(jitstate_t *jit);
+
static uint8_t *yjit_entry_prologue(codeblock_t *cb, const rb_iseq_t *iseq);
static void yjit_gen_block(block_t *block, rb_execution_context_t *ec);