diff options
author | Sverker Eriksson <[email protected]> | 2012-01-31 16:21:22 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:05 +0100 |
commit | b60ea91f09f7a220144222eb0167d6c7679e7b26 (patch) | |
tree | 9283603e887b3d934bc627912db14cd98c0b6e03 /erts/emulator/beam/beam_load.h | |
parent | 7cb4725bcf18f3158e60750ea658e51ab4586e31 (diff) | |
download | otp-b60ea91f09f7a220144222eb0167d6c7679e7b26.tar.gz otp-b60ea91f09f7a220144222eb0167d6c7679e7b26.tar.bz2 otp-b60ea91f09f7a220144222eb0167d6c7679e7b26.zip |
erts: Change module range end to be atomic
Diffstat (limited to 'erts/emulator/beam/beam_load.h')
-rw-r--r-- | erts/emulator/beam/beam_load.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/beam/beam_load.h b/erts/emulator/beam/beam_load.h index 0f6ad35cbc..f1506a8684 100644 --- a/erts/emulator/beam/beam_load.h +++ b/erts/emulator/beam/beam_load.h @@ -50,10 +50,6 @@ extern BeamInstr beam_debug_apply[]; extern BeamInstr* em_call_error_handler; extern BeamInstr* em_apply_bif; extern BeamInstr* em_call_traced_function; -typedef struct { - BeamInstr* start; /* Pointer to start of module. */ - BeamInstr* end; /* Points one word beyond last function in module. */ -} Range; /* * The following variables keep a sorted list of address ranges for |