Update lib/compiler-singlepass/src/codegen_x64.rs

Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
Syrus Akbary
2020-12-04 13:36:31 -08:00
committed by GitHub
parent bdb0a93fad
commit 9a5336fb9b

View File

@@ -258,7 +258,7 @@ struct I2O1 {
}
impl<'a> FuncGen<'a> {
/// Set the source location of the Wasm to the given offset
/// Set the source location of the Wasm to the given offset.
pub fn set_srcloc(&mut self, offset: u32) {
self.src_loc = offset;
}