[asm][ie86-x86-64] Fix build error (#164532)

Fixes #164453.
This commit is contained in:
Walter Lee
2025-10-21 22:14:53 -04:00
committed by GitHub
parent 9df34a1379
commit 668bac5810

View File

@@ -337,7 +337,7 @@
#endif
#endif
#if defined(__i386__) || defined(__amd64__)
#if defined(__ASSEMBLER__) && (defined(__i386__) || defined(__amd64__))
.att_syntax
#endif