diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index d0887c038..05f9ae060 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -27,6 +27,7 @@ extern code_t caml_start_code; extern asize_t caml_code_size; extern unsigned char * caml_saved_code; +void caml_init_code_fragments(); void caml_load_code (int fd, asize_t len); void caml_fixup_endianness (code_t code, asize_t len); void caml_set_instruction (code_t pos, opcode_t instr); |