mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Rerun cargo fmt
This commit is contained in:
@ -2012,7 +2012,12 @@ impl FunctionCodeGenerator<CodegenError> for X64FunctionCode {
|
|||||||
.as_mut()
|
.as_mut()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.insert(a.get_offset(), callback);
|
.insert(a.get_offset(), callback);
|
||||||
Self::mark_trappable(a, &self.machine, &mut self.fsm, &mut self.control_stack);
|
Self::mark_trappable(
|
||||||
|
a,
|
||||||
|
&self.machine,
|
||||||
|
&mut self.fsm,
|
||||||
|
&mut self.control_stack,
|
||||||
|
);
|
||||||
a.emit_inline_breakpoint(InlineBreakpointType::Middleware);
|
a.emit_inline_breakpoint(InlineBreakpointType::Middleware);
|
||||||
}
|
}
|
||||||
InternalEvent::FunctionBegin(_) | InternalEvent::FunctionEnd => {}
|
InternalEvent::FunctionBegin(_) | InternalEvent::FunctionEnd => {}
|
||||||
|
Reference in New Issue
Block a user