aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_debug.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-09-07 15:01:46 +0200
committerSverker Eriksson <[email protected]>2015-09-07 15:01:46 +0200
commite619b1713c171826802f703ce1f080b292817560 (patch)
treef5cdba688e90d79dc99c19ddf96f05fc3299e4be /erts/emulator/beam/erl_debug.c
parentd449c5a57f55ff0dd4fecd6efe305085def650a5 (diff)
parentae274fd207a2643a858bbe2dfa254b3936990b6e (diff)
downloadotp-e619b1713c171826802f703ce1f080b292817560.tar.gz
otp-e619b1713c171826802f703ce1f080b292817560.tar.bz2
otp-e619b1713c171826802f703ce1f080b292817560.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/erl_debug.c')
-rw-r--r--erts/emulator/beam/erl_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_debug.c b/erts/emulator/beam/erl_debug.c
index 434b6c6d7a..fae38728e4 100644
--- a/erts/emulator/beam/erl_debug.c
+++ b/erts/emulator/beam/erl_debug.c
@@ -189,6 +189,9 @@ pdisplay1(int to, void *to_arg, Process* p, Eterm obj)
case BINARY_DEF:
erts_print(to, to_arg, "#Bin");
break;
+ case MATCHSTATE_DEF:
+ erts_print(to, to_arg, "#Matchstate");
+ break;
default:
erts_print(to, to_arg, "unknown object %x", obj);
}