]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/nonce2key/crapto1.h
compiling on windows again
[proxmark3-svn] / client / nonce2key / crapto1.h
index 49e8e9e4ea8445c266e63692c4615471196f5a76..67af4642f7c06c97522419d031458bae5c34590a 100644 (file)
@@ -70,7 +70,7 @@ static inline int parity(uint32_t x)
        x ^= x >> 4;
        return BIT(0x6996, x & 0xf);
 #else
-        asm(    "movl %1, %%eax\n"
+        __asm(    "movl %1, %%eax\n"
                "mov %%ax, %%cx\n"
                "shrl $0x10, %%eax\n"
                "xor %%ax, %%cx\n"
Impressum, Datenschutz