diff options
Diffstat (limited to 'libguile/jit.h')
-rw-r--r-- | libguile/jit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/jit.h b/libguile/jit.h index 09e8d1be4..34f5751d9 100644 --- a/libguile/jit.h +++ b/libguile/jit.h @@ -53,7 +53,8 @@ enum scm_jit_counter_value SCM_INTERNAL const uint8_t *scm_jit_compute_mcode (scm_thread *thread, struct scm_jit_function_data *data); -SCM_INTERNAL void scm_jit_enter_mcode (scm_thread *thread, const uint8_t *mcode); +SCM_INTERNAL uint32_t *scm_jit_enter_mcode (scm_thread *thread, + const uint8_t *mcode); SCM_INTERNAL void scm_init_jit (void); |