aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_load.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-05-03 20:27:01 +0200
committerSverker Eriksson <[email protected]>2017-05-04 16:18:25 +0200
commite01b87f45486330561d5673fd109a6b6e40828b2 (patch)
treeb5b8d3562b494e1c05ee6c9a634434551a8c8dfa /erts/emulator/beam/beam_load.h
parentffa80a41370025ed2fb95967e731f13cc7e45e4f (diff)
downloadotp-e01b87f45486330561d5673fd109a6b6e40828b2.tar.gz
otp-e01b87f45486330561d5673fd109a6b6e40828b2.tar.bz2
otp-e01b87f45486330561d5673fd109a6b6e40828b2.zip
erts: Move and rename erts_is_native_break()
Diffstat (limited to 'erts/emulator/beam/beam_load.h')
-rw-r--r--erts/emulator/beam/beam_load.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/beam_load.h b/erts/emulator/beam/beam_load.h
index 659b9c303f..b8d8634e28 100644
--- a/erts/emulator/beam/beam_load.h
+++ b/erts/emulator/beam/beam_load.h
@@ -119,6 +119,7 @@ typedef struct beam_code_header {
void erts_release_literal_area(struct ErtsLiteralArea_* literal_area);
int erts_is_module_native(BeamCodeHeader* code);
+int erts_is_function_native(ErtsCodeInfo*);
void erts_beam_bif_load_init(void);
struct erl_fun_entry;
void erts_purge_state_add_fun(struct erl_fun_entry *fe);