We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adda652 commit ca81302Copy full SHA for ca81302
mod-fix-uncompressed-trade-route-loading/src/ffi.rs
@@ -32,7 +32,7 @@ std::arch::global_asm!("
32
pushfd
33
push ecx
34
push edx
35
-mov eax, ecx
+mov ecx, eax
36
call {function_symbol}
37
pop edx
38
pop ecx
0 commit comments