aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_bp.c
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-01-31 08:08:13 +0100
committerBjörn Gustavsson <[email protected]>2012-02-01 15:52:11 +0100
commit0e476410666e3dfeb7e93289ff235e2b1232e5ee (patch)
tree254917126b46262bef9e2fc1fe8fff94b8eb55a3 /erts/emulator/beam/beam_bp.c
parent42dba5a4e328a68323c5c42ceb5197e6542d6e45 (diff)
downloadotp-0e476410666e3dfeb7e93289ff235e2b1232e5ee.tar.gz
otp-0e476410666e3dfeb7e93289ff235e2b1232e5ee.tar.bz2
otp-0e476410666e3dfeb7e93289ff235e2b1232e5ee.zip
beam_load: Fix faulty assertion in module_info(native_addresses)
Commit 64ccd8c9b7a782ca777ca4649dbb1f4a1ef00bce introduced BIF stubs. The stub functions were not actually remove the loaded code, but the name of the function in the func_info instruction was changed to [] to mark it as invalid. The actual code for module_info(native_addresses) did not need to be updated (a BIF stub can never have a native address and a function without a native address will never be included in the list), but the assertion that the name is an atom is no no longer correct.
Diffstat (limited to 'erts/emulator/beam/beam_bp.c')
0 files changed, 0 insertions, 0 deletions