aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_x86.h
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2015-01-30 10:15:04 +0100
committerMarcus Arendt <[email protected]>2015-01-30 10:15:04 +0100
commit3051ca1fa0d27adee5abbccce10351a07ab7daa1 (patch)
tree42967108495d63a9056cf948c31e623de1c0e76d /erts/emulator/hipe/hipe_x86.h
parente4a8ab7530d340249c09ca7f27b0120f55b8354a (diff)
parent3d41006a0e17d57fef4324c2a49c778f7a4a3390 (diff)
downloadotp-3051ca1fa0d27adee5abbccce10351a07ab7daa1.tar.gz
otp-3051ca1fa0d27adee5abbccce10351a07ab7daa1.tar.bz2
otp-3051ca1fa0d27adee5abbccce10351a07ab7daa1.zip
Merge branch 'mikpe/hipe-code-alloc-fixes'
* mikpe/hipe-code-alloc-fixes: hipe: improve error handling at code allocation failure hipe: remove two obsolete BIFs hipe: remove HIPE_ALLOC_CODE macro
Diffstat (limited to 'erts/emulator/hipe/hipe_x86.h')
-rw-r--r--erts/emulator/hipe/hipe_x86.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/hipe/hipe_x86.h b/erts/emulator/hipe/hipe_x86.h
index 97f09e38cd..f29117d0c4 100644
--- a/erts/emulator/hipe/hipe_x86.h
+++ b/erts/emulator/hipe/hipe_x86.h
@@ -53,8 +53,4 @@ extern void nbif_inc_stack_0(void);
extern void nbif_handle_fp_exception(void);
#endif
-/* for hipe_bifs_enter_code_2 */
-extern void *hipe_alloc_code(Uint nrbytes, Eterm callees, Eterm *trampolines, Process *p);
-#define HIPE_ALLOC_CODE(n,c,t,p) hipe_alloc_code((n),(c),(t),(p))
-
#endif /* HIPE_X86_H */