aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-06 10:54:57 +0200
committerLukas Larsson <[email protected]>2013-08-08 11:23:11 +0200
commita6a08b084f5abe2ab190387918e8a0f4366d454c (patch)
tree397d49278055ec70929fffe8e56fe87371cbc098 /erts/emulator/beam/global.h
parentd9f1c1f1bc658d133b9198e4564e419597793cb4 (diff)
downloadotp-a6a08b084f5abe2ab190387918e8a0f4366d454c.tar.gz
otp-a6a08b084f5abe2ab190387918e8a0f4366d454c.tar.bz2
otp-a6a08b084f5abe2ab190387918e8a0f4366d454c.zip
erts: Do not enable TRACE_SILENT when testing a ms
Diffstat (limited to 'erts/emulator/beam/global.h')
-rwxr-xr-xerts/emulator/beam/global.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index cecfa8a0fd..bacd5a5752 100755
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -1018,9 +1018,10 @@ Eterm erts_match_set_lint(Process *p, Eterm matchexpr);
extern void erts_match_set_release_result(Process* p);
enum erts_pam_run_flags {
- ERTS_PAM_TMP_RESULT=0,
- ERTS_PAM_COPY_RESULT=1,
- ERTS_PAM_CONTIGUOUS_TUPLE=2
+ ERTS_PAM_TMP_RESULT=1,
+ ERTS_PAM_COPY_RESULT=2,
+ ERTS_PAM_CONTIGUOUS_TUPLE=4,
+ ERTS_PAM_IGNORE_TRACE_SILENT=8
};
extern Eterm erts_match_set_run(Process *p, Binary *mpsp,
Eterm *args, int num_args,