mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-17 10:51:21 +00:00
fault, state: Cleanup and keep consistent with backend.
This commit is contained in:
@ -1063,7 +1063,6 @@ pub mod x64 {
|
||||
let mut is_baseline: Option<bool> = None;
|
||||
|
||||
for version in versions() {
|
||||
//println!("Lookup IP: {:x}", ret_addr);
|
||||
match version
|
||||
.msm
|
||||
.lookup_call_ip(ret_addr as usize, version.base)
|
||||
@ -1251,7 +1250,6 @@ pub mod x64 {
|
||||
stack: wasm_stack,
|
||||
locals: wasm_locals,
|
||||
};
|
||||
//println!("WFS = {:?}", wfs);
|
||||
results.push(wfs);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user