Fix typo in comment.

Co-Authored-By: nlewycky <nick@wasmer.io>
This commit is contained in:
Heyang Zhou 2020-04-30 00:26:30 +08:00 committed by GitHub
parent e234096e6a
commit 7bfa7723a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2068,7 +2068,7 @@ impl X64FunctionCode {
// Use RCX as the temporary register here, since:
// - 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);
a.emit_mov(Size::S64, *param, Location::GPR(GPR::RCX));
a.emit_mov(