diff options
author | Rickard Green <rickard@erlang.org> | 2017-10-24 14:24:45 +0200 |
---|---|---|
committer | Rickard Green <rickard@erlang.org> | 2018-03-05 11:54:59 +0100 |
commit | fbb10ebc4a37555c7ea7f99e14286d862993976a (patch) | |
tree | 671552a46c0d47593cda8583c1af7f2b405b0dea /erts/etc | |
parent | 12e6a19037afe9bcab53b1429b68e35c4eb7bafb (diff) | |
download | erlang-fbb10ebc4a37555c7ea7f99e14286d862993976a.tar.gz |
Replace usage of ERTS_PSFLG_BOUND
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/etp-commands.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in index c3dd5e1a2e..02ace9126c 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -1717,7 +1717,7 @@ define etp-proc-state-int printf "trapping-exit | " end if ($arg0 & 0x40000) - printf "bound | " + printf "GARBAGE<0x40000> | " end if ($arg0 & 0x20000) printf "garbage-collecting | " |