Skip to content

Commit

Permalink
Add missing forward declaration of MVM_jit_emit_runcode
Browse files Browse the repository at this point in the history
MasterDuke++ for the heads up
  • Loading branch information
niner committed Jul 30, 2021
1 parent 1b3fe9f commit 2193a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jit/internal.h
Expand Up @@ -58,6 +58,7 @@ void MVM_jit_emit_copy(MVMThreadContext *tc, MVMJitCompiler *compiler,
MVMint8 dst_reg, MVMint8 src_num);
void MVM_jit_emit_marker(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMint32 num);
void MVM_jit_emit_deopt_check(MVMThreadContext *tc, MVMJitCompiler *compiler);
void MVM_jit_emit_runcode(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMJitGraph *jg, MVMJitRunCode *runcode);

MVMuint32 MVM_jit_spill_memory_select(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMint8 reg_type);
void MVM_jit_spill_memory_release(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMuint32 pos, MVMint8 reg_type);
Expand Down

0 comments on commit 2193a65

Please sign in to comment.