diff options
author | Anders Svensson <[email protected]> | 2014-05-29 15:08:18 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-05-29 15:08:18 +0200 |
commit | e8b92f9a5b913d717a198b66033097d93fd63192 (patch) | |
tree | 33532e04203dc7bab044d480666e81d84f2c6a24 /erts | |
parent | dfbfe7fa8256a3b78d12b8d92b94e955039ca20f (diff) | |
parent | 796858ac9c29852d905adf71b60df089207d141c (diff) | |
download | otp-e8b92f9a5b913d717a198b66033097d93fd63192.tar.gz otp-e8b92f9a5b913d717a198b66033097d93fd63192.tar.bz2 otp-e8b92f9a5b913d717a198b66033097d93fd63192.zip |
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r-- | erts/etc/unix/etp-commands.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in index ae1b1734af..19c92681d0 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -1065,7 +1065,9 @@ define etp-cp-1 set $etp_cp_mid = $etp_cp_low + ($etp_cp_high-$etp_cp_low)/2 end if $etp_cp_p - set $etp_cp_low = (Eterm**)($etp_cp_p->start + 8) + # 12 = MI_FUNCTIONS + set $etp_cp_low = (Eterm**)($etp_cp_p->start + 12) + # 0 = MI_NUM_FUNCTIONS set $etp_cp_high = $etp_cp_low +$etp_cp_p->start[0] set $etp_cp_p = 0 while $etp_cp_low < $etp_cp_high |