aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_bp.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-05-06 14:38:20 +0200
committerRaimo Niskanen <[email protected]>2010-06-03 14:54:20 +0200
commit19278f9eecb61ab652347097d1558b696c8eb066 (patch)
tree478b0bde340a292123436d62f2248b7210771b43 /erts/emulator/beam/beam_bp.h
parent5bd5aa849475b505a5b0798295511a6a0b4885a4 (diff)
downloadotp-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.h2
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;