diff options
author | Sverker Eriksson <[email protected]> | 2016-10-31 17:41:28 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-10-31 17:41:28 +0100 |
commit | f4e8d3f79a344336f62b818c22c9655d1dba092b (patch) | |
tree | fc0a9966e430ef440f86ab280c68c6edea93cc63 /erts/emulator/hipe/hipe_mode_switch.h | |
parent | 539a47b3e362c5bf8aacb255d86f676b8bb43000 (diff) | |
parent | c5aa2c8a4e943176e5e7dea7c8653aee93faa18e (diff) | |
download | otp-f4e8d3f79a344336f62b818c22c9655d1dba092b.tar.gz otp-f4e8d3f79a344336f62b818c22c9655d1dba092b.tar.bz2 otp-f4e8d3f79a344336f62b818c22c9655d1dba092b.zip |
Merge branch 'sverker/hipe-fun-purge'
Diffstat (limited to 'erts/emulator/hipe/hipe_mode_switch.h')
-rw-r--r-- | erts/emulator/hipe/hipe_mode_switch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_mode_switch.h b/erts/emulator/hipe/hipe_mode_switch.h index c40077d558..334e978307 100644 --- a/erts/emulator/hipe/hipe_mode_switch.h +++ b/erts/emulator/hipe/hipe_mode_switch.h @@ -59,7 +59,7 @@ void hipe_set_call_trap(Uint *bfun, void *nfun, int is_closure); Process *hipe_mode_switch(Process*, unsigned, Eterm*); void hipe_inc_nstack(Process *p); void hipe_empty_nstack(Process *p); -void hipe_set_closure_stub(ErlFunEntry *fe, unsigned num_free); +void hipe_set_closure_stub(ErlFunEntry *fe); Eterm hipe_build_stacktrace(Process *p, struct StackTrace *s); ERTS_GLB_INLINE void hipe_reserve_beam_trap_frame(Process*, Eterm reg[], unsigned arity); |