diff options
author | Sverker Eriksson <[email protected]> | 2016-11-01 11:40:48 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-11-01 11:40:48 +0100 |
commit | 24485c421f15b00d0b5c97633d701373b53897a5 (patch) | |
tree | 449b998694507e6407fc93b0e014768eb89bd80e /erts/doc | |
parent | f27fdee291673134d5cd626f0ba6b11fbc305052 (diff) | |
download | otp-24485c421f15b00d0b5c97633d701373b53897a5.tar.gz otp-24485c421f15b00d0b5c97633d701373b53897a5.tar.bz2 otp-24485c421f15b00d0b5c97633d701373b53897a5.zip |
erts: Add notsup error for load_nif/2 from hipe code
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 3d1775e973..a7ac77d00b 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2618,6 +2618,10 @@ os_prompt%</pre> code of a module that has been upgraded; this is not allowed. </item> + <tag><c>notsup</c></tag> + <item>Lack of support. Such as loading NIF library for a + HiPE compiled module. + </item> </taglist> </desc> </func> |