Page MenuHomeFreeBSD

D54964.id170777.diff
No OneTemporary

D54964.id170777.diff

diff --git a/sys/sys/sdt.h b/sys/sys/sdt.h
--- a/sys/sys/sdt.h
+++ b/sys/sys/sdt.h
@@ -194,7 +194,11 @@
#define _SDT_ASM_PROBE_CONSTRAINT "i"
#endif
#ifndef _SDT_ASM_PROBE_OPERAND
+#ifdef __clang__
#define _SDT_ASM_PROBE_OPERAND "c"
+#else
+#define _SDT_ASM_PROBE_OPERAND "cc"
+#endif
#endif
/*

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 3, 6:38 PM (8 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38145156
Default Alt Text
D54964.id170777.diff (306 B)

Event Timeline