]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed missing comma in msvc inline asm.
authorNathan Moinvaziri <nathan@solidstatenetworks.com>
Sat, 5 Oct 2019 07:36:55 +0000 (00:36 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 6 Oct 2019 18:04:18 +0000 (20:04 +0200)
arch/x86/insert_string_sse.c

index 0c1e0b236392a45d7ac558c535719f4e6843e8e2..0f5eece1ea96476d7c8eb0c6f7bc90a88390d059 100644 (file)
@@ -39,7 +39,7 @@ ZLIB_INTERNAL Pos insert_string_sse(deflate_state *const s, const Pos str, unsig
 #else
 #  ifdef _MSC_VER
         __asm {
-            mov edx h
+            mov edx, h
             mov eax, val
             crc32 eax, edx
             mov val, eax