mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Update lib/compiler-singlepass/src/codegen_x64.rs
Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
@@ -82,7 +82,7 @@ pub struct FuncGen<'a> {
|
|||||||
/// A set of special labels for trapping.
|
/// A set of special labels for trapping.
|
||||||
special_labels: SpecialLabelSet,
|
special_labels: SpecialLabelSet,
|
||||||
|
|
||||||
/// The source location for the current operator
|
/// The source location for the current operator.
|
||||||
src_loc: u32,
|
src_loc: u32,
|
||||||
|
|
||||||
/// All the InstructionAddressMap
|
/// All the InstructionAddressMap
|
||||||
|
|||||||
Reference in New Issue
Block a user