From 78bb45a531e9218e19e6faebd666355752fbfdb3 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Thu, 22 Jul 2010 15:31:51 +0200 Subject: Mending halfword heap emulator --- erts/emulator/beam/beam_bp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/emulator/beam/beam_bp.h') 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; -- cgit v1.2.3