diff options
author | Sverker Eriksson <[email protected]> | 2012-01-20 17:39:14 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:00 +0100 |
commit | 0ebc1871238508783733423825d22967f5096d19 (patch) | |
tree | 02910edd496c5f8988ddb55b6b083bc9f698cfb4 /erts/emulator/beam/beam_load.c | |
parent | dd3036c1a152c66a33b4d298cbbf428c075153b7 (diff) | |
download | otp-0ebc1871238508783733423825d22967f5096d19.tar.gz otp-0ebc1871238508783733423825d22967f5096d19.tar.bz2 otp-0ebc1871238508783733423825d22967f5096d19.zip |
erts: Call erts_export_consolidate automatically
Renamed merge_secondary_table and called by export_start_load
Diffstat (limited to 'erts/emulator/beam/beam_load.c')
-rw-r--r-- | erts/emulator/beam/beam_load.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_load.c b/erts/emulator/beam/beam_load.c index eaaef472b4..e2a3914bf7 100644 --- a/erts/emulator/beam/beam_load.c +++ b/erts/emulator/beam/beam_load.c @@ -774,7 +774,6 @@ erts_finish_loading(LoaderState* stp, Process* c_p, * exported and imported functions. This can't fail. */ - erts_export_consolidate(erts_loader_code_ix()); CHKBLK(ERTS_ALC_T_CODE,stp->code); final_touch(stp); |