Skip to content

Commit c08fc55

Browse files
committed
Switch offset for function
1 parent f2f4800 commit c08fc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl<'a> Debugger<'a> {
402402
typ: BreakpointType::Single,
403403
orig_byte: None,
404404
funcname: funcname.clone(),
405-
funcoff: funcoff as usize,
405+
funcoff: blockoff as usize,
406406
modname: module.clone(),
407407
}
408408
);

0 commit comments

Comments
 (0)