mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Fix typo in comment.
Co-Authored-By: nlewycky <nick@wasmer.io>
This commit is contained in:
parent
e234096e6a
commit
7bfa7723a6
@ -2068,7 +2068,7 @@ impl X64FunctionCode {
|
|||||||
|
|
||||||
// Use RCX as the temporary register here, since:
|
// Use RCX as the temporary register here, since:
|
||||||
// - It is a temporary register that is not used for any persistent value.
|
// - It is a temporary register that is not used for any persistent value.
|
||||||
// - This register as an argument location is only written to after `sort_call_movs`.'
|
// - This register as an argument location is only written to after `sort_call_movs`.
|
||||||
m.reserve_unused_temp_gpr(GPR::RCX);
|
m.reserve_unused_temp_gpr(GPR::RCX);
|
||||||
a.emit_mov(Size::S64, *param, Location::GPR(GPR::RCX));
|
a.emit_mov(Size::S64, *param, Location::GPR(GPR::RCX));
|
||||||
a.emit_mov(
|
a.emit_mov(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user