diff options
author | Rickard Green <[email protected]> | 2018-03-07 02:11:45 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-03-07 02:11:45 +0100 |
commit | c4d998efff359889cc6dbc3d46f2f75188141960 (patch) | |
tree | c242c5fd05171cba85a95abdf2b54e171a35a1a9 /erts/etc | |
parent | f59026a57ccdfe4e462cbab9b97e9cd377dd5bdb (diff) | |
parent | fbb10ebc4a37555c7ea7f99e14286d862993976a (diff) | |
download | otp-c4d998efff359889cc6dbc3d46f2f75188141960.tar.gz otp-c4d998efff359889cc6dbc3d46f2f75188141960.tar.bz2 otp-c4d998efff359889cc6dbc3d46f2f75188141960.zip |
Merge branch 'rickard/psflgs/OTP-14948'
* rickard/psflgs/OTP-14948:
Replace usage of ERTS_PSFLG_BOUND
Remove ERTS_PSFLG_ON_HEAP_MSGQ
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/etp-commands.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in index 95e065b156..02ace9126c 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -1693,7 +1693,7 @@ define etp-proc-state-int printf "dirty-cpu-proc | " end if ($arg0 & 0x2000000) - printf "on-heap-msgq | " + printf "GARBAGE<0x2000000> | " end if ($arg0 & 0x1000000) printf "off-heap-msgq | " @@ -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 | " |