diff options
author | Rickard Green <[email protected]> | 2016-11-22 16:14:57 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-11-22 16:14:57 +0100 |
commit | ad94a4bdb24c93d3cafc7351c4c98f346a5f53cc (patch) | |
tree | 20f4f498d8ddef22e8743205f410817c51236aea /erts/emulator/beam/erl_process.h | |
parent | 7a6973a2fa238468bb47d175908e99d230fbc0b1 (diff) | |
download | otp-ad94a4bdb24c93d3cafc7351c4c98f346a5f53cc.tar.gz otp-ad94a4bdb24c93d3cafc7351c4c98f346a5f53cc.tar.bz2 otp-ad94a4bdb24c93d3cafc7351c4c98f346a5f53cc.zip |
Fix check_process_code() when NifExport is in use
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 3347a7a60e..435b53fb5f 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1586,6 +1586,7 @@ Uint64 erts_step_proc_interval(void); int erts_setup_nif_gc(Process* proc, Eterm** objv, int* nobj); /* see erl_nif.c */ void erts_destroy_nif_export(void *); /* see erl_nif.c */ +int erts_check_nif_export_in_area(Process *p, char *start, Uint size); ErtsProcList *erts_proclist_create(Process *); ErtsProcList *erts_proclist_copy(ErtsProcList *); |