aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-03-07 02:11:45 +0100
committerRickard Green <[email protected]>2018-03-07 02:11:45 +0100
commitc4d998efff359889cc6dbc3d46f2f75188141960 (patch)
treec242c5fd05171cba85a95abdf2b54e171a35a1a9 /erts/etc
parentf59026a57ccdfe4e462cbab9b97e9cd377dd5bdb (diff)
parentfbb10ebc4a37555c7ea7f99e14286d862993976a (diff)
downloadotp-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.in4
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 | "