diff options
Diffstat (limited to 'yjit_codegen.h')
-rw-r--r-- | yjit_codegen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yjit_codegen.h b/yjit_codegen.h index 4ae2536423..bbd29e671b 100644 --- a/yjit_codegen.h +++ b/yjit_codegen.h @@ -16,6 +16,8 @@ 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); +static void gen_code_for_exit_from_stub(void); + static void yjit_init_codegen(void); #endif // #ifndef YJIT_CODEGEN_H |