diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-12-18 15:26:35 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-02-02 10:45:22 +0100 |
commit | 0bf37ca78b6200f8b82b20234f0b882154a094ff (patch) | |
tree | 5cb5965e13a65ef45ca6df9e0dd52b051971ef93 /erts | |
parent | a378360ea8d18264e11f201b6d00ed66b9fcfd32 (diff) | |
download | otp-0bf37ca78b6200f8b82b20234f0b882154a094ff.tar.gz otp-0bf37ca78b6200f8b82b20234f0b882154a094ff.tar.bz2 otp-0bf37ca78b6200f8b82b20234f0b882154a094ff.zip |
Silence compiler
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/beam_bp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_bp.c b/erts/emulator/beam/beam_bp.c index 2a23da4f25..5d471d168b 100644 --- a/erts/emulator/beam/beam_bp.c +++ b/erts/emulator/beam/beam_bp.c @@ -864,7 +864,7 @@ do_call_trace(Process* c_p, BeamInstr* I, Eterm* reg, Eterm* cpp; int return_to_trace = 0; BeamInstr w; - BeamInstr *cp_save; + BeamInstr *cp_save = c_p->cp; Uint32 flags; Uint need = 0; Eterm* E = c_p->stop; |