fix
This commit is contained in:
parent
a766712e18
commit
eceee8b21b
@ -452,7 +452,7 @@ struct DecompiledContext{
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn generate_decompiled_context<R:Read+Seek>(mut input:R)->AResult<DecompiledContext>{
|
fn generate_decompiled_context<R:Read+Seek>(mut input:R)->AResult<DecompiledContext>{
|
||||||
let mut dom=load_dom(&mut input)?;
|
let dom=load_dom(&mut input)?;
|
||||||
|
|
||||||
let mut tree_refs=std::collections::HashMap::new();
|
let mut tree_refs=std::collections::HashMap::new();
|
||||||
tree_refs.insert(dom.root_ref(),TreeNode::new(
|
tree_refs.insert(dom.root_ref(),TreeNode::new(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user