Skip to content

Commit df652b2

Browse files
authored
objdump parameters updated to two dashes in exceptions
1 parent 45d020b commit df652b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Breakpoint 1, DefaultExceptionHandler ()
145145
And for completeness, here's the disassembly of the optimized version of the program:
146146

147147
``` console
148-
$ cargo objdump --bin app --release -- -d -no-show-raw-insn -print-imm-hex
148+
$ cargo objdump --bin app --release -- -d --no-show-raw-insn -print-imm-hex
149149
```
150150

151151
``` text

0 commit comments

Comments
 (0)