mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 04:06:30 +00:00
Various cleanups.
This commit is contained in:
@ -1453,7 +1453,7 @@ impl FunctionCodeGenerator<CodegenError> for X64FunctionCode {
|
||||
Event::Wasm(x) => x,
|
||||
Event::Internal(x) => {
|
||||
match x {
|
||||
InternalEvent::Bkpt(callback) => {
|
||||
InternalEvent::Breakpoint(callback) => {
|
||||
a.emit_bkpt();
|
||||
self.breakpoints
|
||||
.as_mut()
|
||||
|
Reference in New Issue
Block a user