diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-05-06 14:38:20 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-03 14:54:20 +0200 |
commit | 19278f9eecb61ab652347097d1558b696c8eb066 (patch) | |
tree | 478b0bde340a292123436d62f2248b7210771b43 /erts/emulator/beam/beam_bp.h | |
parent | 5bd5aa849475b505a5b0798295511a6a0b4885a4 (diff) | |
download | otp-19278f9eecb61ab652347097d1558b696c8eb066.tar.gz otp-19278f9eecb61ab652347097d1558b696c8eb066.tar.bz2 otp-19278f9eecb61ab652347097d1558b696c8eb066.zip |
Fix BeamInstr for call_time
Diffstat (limited to 'erts/emulator/beam/beam_bp.h')
-rw-r--r-- | erts/emulator/beam/beam_bp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_bp.h b/erts/emulator/beam/beam_bp.h index 249cb707fd..4a3d244d2f 100644 --- a/erts/emulator/beam/beam_bp.h +++ b/erts/emulator/beam/beam_bp.h @@ -91,7 +91,7 @@ typedef struct { typedef struct bp_data_time { /* Call time */ struct bp_data *next; struct bp_data *prev; - Uint orig_instr; + BeamInstr orig_instr; Uint pause; Uint n; bp_time_hash_t *hash; |