mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Update lib/compiler-singlepass/src/codegen_x64.rs
Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user