mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Update bp code
This commit is contained in:
@@ -70,7 +70,8 @@ impl BGIBpScript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if last_instr_pos == 0 {
|
if last_instr_pos == 0 {
|
||||||
return Err(anyhow::anyhow!("No end instruction found in bp script"));
|
// return Err(anyhow::anyhow!("No end instruction found in bp script"));
|
||||||
|
last_instr_pos = reader.data.len();
|
||||||
}
|
}
|
||||||
reader.seek(SeekFrom::Start(header_size as u64))?;
|
reader.seek(SeekFrom::Start(header_size as u64))?;
|
||||||
let mut strings = Vec::new();
|
let mut strings = Vec::new();
|
||||||
|
|||||||
Reference in New Issue
Block a user