mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Update lib/compiler-singlepass/src/codegen_x64.rs
Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
@@ -1524,7 +1524,7 @@ impl<'a> FuncGen<'a> {
|
|||||||
self.instructions_address_map.push(InstructionAddressMap {
|
self.instructions_address_map.push(InstructionAddressMap {
|
||||||
srcloc: SourceLoc::new(self.src_loc),
|
srcloc: SourceLoc::new(self.src_loc),
|
||||||
code_offset: offset,
|
code_offset: offset,
|
||||||
code_len: 2, // TODO: Check this length
|
code_len: 2,
|
||||||
});
|
});
|
||||||
self.trap_table
|
self.trap_table
|
||||||
.offset_to_code
|
.offset_to_code
|
||||||
|
|||||||
Reference in New Issue
Block a user