[Webkit-unassigned] [Bug 207119] Enable offlineasm debug annotations for GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 09:33:50 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=207119

--- Comment #10 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 394363
  --> https://bugs.webkit.org/attachment.cgi?id=394363
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=394363&action=review

> Source/WTF/wtf/Compiler.h:391
> +#define MARKER_SYMBOL(name) void NO_REORDER name(void) { __asm__(""); }

Shouldn't it be "asm volatile" (or "__asm__ __volatile")?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200324/0104313a/attachment-0001.htm>


More information about the webkit-unassigned mailing list