aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_bif0.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2011-10-11 17:45:41 +0200
committerSverker Eriksson <[email protected]>2011-10-26 11:36:00 +0200
commitf167442302b722c1b963a2647ffa3557b75de94a (patch)
tree0488209cf9dfd7a46089980cb13b4886bd846c82 /erts/emulator/hipe/hipe_bif0.h
parente1d9d279b6d3ecb201c4cf88a5ea28c0331c6e53 (diff)
downloadotp-f167442302b722c1b963a2647ffa3557b75de94a.tar.gz
otp-f167442302b722c1b963a2647ffa3557b75de94a.tar.bz2
otp-f167442302b722c1b963a2647ffa3557b75de94a.zip
erts-hipe: Make hipe enabled emulator compile with new BIF calls
A first step to adapt hipe to the new BIF calling convention.
Diffstat (limited to 'erts/emulator/hipe/hipe_bif0.h')
-rw-r--r--erts/emulator/hipe/hipe_bif0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.h b/erts/emulator/hipe/hipe_bif0.h
index f02e8862dc..c512d66f9d 100644
--- a/erts/emulator/hipe/hipe_bif0.h
+++ b/erts/emulator/hipe/hipe_bif0.h
@@ -29,7 +29,7 @@ extern Uint *hipe_bifs_find_pc_from_mfa(Eterm mfa);
extern void hipe_mfa_info_table_init(void);
extern void *hipe_get_remote_na(Eterm m, Eterm f, unsigned int a);
-extern Eterm hipe_find_na_or_make_stub(Process*, Eterm, Eterm, Eterm);
+extern BIF_RETTYPE hipe_find_na_or_make_stub(BIF_ALIST_3);
extern int hipe_find_mfa_from_ra(const void *ra, Eterm *m, Eterm *f, unsigned int *a);
#if defined(__powerpc__) || defined(__ppc__) || defined(__powerpc64__) || defined(__arm__)
extern void *hipe_mfa_get_trampoline(Eterm m, Eterm f, unsigned int a);