diff options
author | Alain Frisch <alain@frisch.fr> | 2012-07-16 10:36:00 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-07-16 10:36:00 +0000 |
commit | 95107f7baecf20457f8b8ef40fcd40dec57a7e31 (patch) | |
tree | f2ee30f0a232851a4068974dd26bca1960175966 /byterun/fix_code.h | |
parent | e17f1f82f251d0bf645f440d3c78ba8811902b04 (diff) |
#5687: Fix dynlink when used from output-obj'ed main bytecode program.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12714 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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); |