aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/hipe/hipe_arch.h')
-rw-r--r--erts/emulator/hipe/hipe_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_arch.h b/erts/emulator/hipe/hipe_arch.h
index 04ed980126..b45209b3f7 100644
--- a/erts/emulator/hipe/hipe_arch.h
+++ b/erts/emulator/hipe/hipe_arch.h
@@ -29,6 +29,7 @@ extern void hipe_patch_load_fe(Uint *address, Uint value);
extern int hipe_patch_insn(void *address, Uint value, Eterm type);
extern int hipe_patch_call(void *callAddress, void *destAddress, void *trampoline);
+extern void *hipe_alloc_code(Uint nrbytes, Eterm callees, Eterm *trampolines, Process *p);
extern void *hipe_make_native_stub(void *beamAddress, unsigned int beamArity);
#if defined(__sparc__)