We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dol diff
1 parent 807dc6a commit a94edb5Copy full SHA for a94edb5
src/cmd/dol.rs
@@ -1534,7 +1534,7 @@ fn diff(args: DiffArgs) -> Result<()> {
1534
linked_sym.address,
1535
);
1536
}
1537
- return Ok(());
+ std::process::exit(1);
1538
1539
1540
@@ -1575,7 +1575,7 @@ fn diff(args: DiffArgs) -> Result<()> {
1575
1576
log::error!("Original: {}", hex::encode_upper(orig_data));
1577
log::error!("Linked: {}", hex::encode_upper(linked_data));
1578
1579
1580
1581
0 commit comments