Skip to content

Commit ca81302

Browse files
committed
wooops
1 parent adda652 commit ca81302

File tree

1 file changed

+1
-1
lines changed
  • mod-fix-uncompressed-trade-route-loading/src

1 file changed

+1
-1
lines changed

mod-fix-uncompressed-trade-route-loading/src/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ std::arch::global_asm!("
3232
pushfd
3333
push ecx
3434
push edx
35-
mov eax, ecx
35+
mov ecx, eax
3636
call {function_symbol}
3737
pop edx
3838
pop ecx

0 commit comments

Comments
 (0)