aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-10-23 19:21:07 +0200
committerRickard Green <[email protected]>2018-03-05 11:54:59 +0100
commit12e6a19037afe9bcab53b1429b68e35c4eb7bafb (patch)
tree8c90682e8819f9c6ec21caa5069d40bf122aa46f /erts/etc
parentf786c9d08f45458fd6cde543e9141ec20683d1dd (diff)
downloadotp-12e6a19037afe9bcab53b1429b68e35c4eb7bafb.tar.gz
otp-12e6a19037afe9bcab53b1429b68e35c4eb7bafb.tar.bz2
otp-12e6a19037afe9bcab53b1429b68e35c4eb7bafb.zip
Remove ERTS_PSFLG_ON_HEAP_MSGQ
Diffstat (limited to 'erts/etc')
-rw-r--r--erts/etc/unix/etp-commands.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in
index 95e065b156..c3dd5e1a2e 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 | "