Fix command stub
This commit is contained in:
parent
46021c64e8
commit
96160c1f7e
@ -42,9 +42,9 @@ namespace network
|
|||||||
|
|
||||||
a.pushad64();
|
a.pushad64();
|
||||||
|
|
||||||
a.mov(r8, rsi); // message
|
a.mov(r8, rdi); // message
|
||||||
a.mov(rdx, rdi); // command
|
a.mov(rdx, rbx); // command
|
||||||
a.mov(rcx, r14); // netaddr
|
a.mov(rcx, rsi); // netaddr
|
||||||
|
|
||||||
a.call_aligned(handle_command);
|
a.call_aligned(handle_command);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user