diff options
author | Sverker Eriksson <[email protected]> | 2010-07-23 16:10:23 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2010-07-23 16:10:23 +0200 |
commit | 6ec6250f8ad4fd13318d13e566602dccc9f6746f (patch) | |
tree | 8ded6b9e6d078ebc8ce6e1ef1def3f176582857a /erts/emulator/beam/beam_bp.h | |
parent | 9267b2dc792c0a7632a0dcdc0a49510eb13e465e (diff) | |
parent | 78bb45a531e9218e19e6faebd666355752fbfdb3 (diff) | |
download | otp-6ec6250f8ad4fd13318d13e566602dccc9f6746f.tar.gz otp-6ec6250f8ad4fd13318d13e566602dccc9f6746f.tar.bz2 otp-6ec6250f8ad4fd13318d13e566602dccc9f6746f.zip |
Merge branch 'sverker/halfword-heap-fixes/OTP-8745' into dev
* sverker/halfword-heap-fixes/OTP-8745:
Mending halfword heap emulator
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 b5d5b3c203..ebc171078d 100644 --- a/erts/emulator/beam/beam_bp.h +++ b/erts/emulator/beam/beam_bp.h @@ -123,7 +123,7 @@ typedef struct { Uint ms; Uint s; Uint us; - Uint *pc; + BeamInstr *pc; } process_breakpoint_time_t; /* used within psd */ extern erts_smp_spinlock_t erts_bp_lock; |