summaryrefslogtreecommitdiff
path: root/gcc/trans-mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/trans-mem.h')
-rw-r--r--gcc/trans-mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/trans-mem.h b/gcc/trans-mem.h
index 95e9e7e5f00..58ad2a2914d 100644
--- a/gcc/trans-mem.h
+++ b/gcc/trans-mem.h
@@ -21,6 +21,7 @@
/* These defines must match the enumerations in libitm.h. */
#define PR_INSTRUMENTEDCODE 0x0001
#define PR_UNINSTRUMENTEDCODE 0x0002
+#define PR_MULTIWAYCODE (PR_INSTRUMENTEDCODE | PR_UNINSTRUMENTEDCODE)
#define PR_HASNOXMMUPDATE 0x0004
#define PR_HASNOABORT 0x0008
#define PR_HASNOIRREVOCABLE 0x0020