summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system')
-rwxr-xr-xlib/system/arithm.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/system/arithm.nim b/lib/system/arithm.nim
index 54407c04e..8f036caa5 100755
--- a/lib/system/arithm.nim
+++ b/lib/system/arithm.nim
@@ -184,6 +184,9 @@ elif false: # asmVersion and (defined(gcc) or defined(llvm_gcc)):
       :"=a"(`result`)
       :"a"(`a`), "c"(`b`)
     """
+    #".intel_syntax noprefix"
+    #/* Intel syntax here */
+    #".att_syntax"
 
   proc subInt(a, b: int): int {.compilerProc, inline.} =
     asm """ "subl %%ecx,%%eax\n"