diff options
author | Richard Carlsson <[email protected]> | 2014-05-14 14:49:10 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-05-14 14:49:10 +0200 |
commit | 4ad572a8b66df8174d92157411326aab95ee8124 (patch) | |
tree | 7bced5ba8e8b98fc7306cca1b12923ef400c8974 /erts/emulator/beam/beam_load.c | |
parent | fdb350a4c98f070c264b8bd4ea9eca2513352f21 (diff) | |
download | otp-4ad572a8b66df8174d92157411326aab95ee8124.tar.gz otp-4ad572a8b66df8174d92157411326aab95ee8124.tar.bz2 otp-4ad572a8b66df8174d92157411326aab95ee8124.zip |
Add 'module' entry for module_info/0 function for completeness
as it exist in module_info/1.
Diffstat (limited to 'erts/emulator/beam/beam_load.c')
-rw-r--r-- | erts/emulator/beam/beam_load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/beam_load.c b/erts/emulator/beam/beam_load.c index 5c98d5c0b5..8b3fc90826 100644 --- a/erts/emulator/beam/beam_load.c +++ b/erts/emulator/beam/beam_load.c @@ -5119,6 +5119,7 @@ erts_module_info_0(Process* p, Eterm module) BUILD_INFO(am_attributes); BUILD_INFO(am_imports); BUILD_INFO(am_exports); + BUILD_INFO(am_module); #undef BUILD_INFO return list; } |