Fix command stub

This commit is contained in:
Federico Cecchetto 2022-02-27 04:10:11 +01:00
parent 4caef329bc
commit 4982a33aea

View File

@ -42,9 +42,9 @@ namespace network
a.pushad64();
a.mov(r8, rsi); // message
a.mov(rdx, rdi); // command
a.mov(rcx, r14); // netaddr
a.mov(r8, rdi); // message
a.mov(rdx, rbx); // command
a.mov(rcx, rsi); // netaddr
a.call_aligned(handle_command);