Skip to content

Commit 8e5b48d

Browse files
authored
print-imm-hex updated to to dashed in exceptions
1 parent f195a81 commit 8e5b48d

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)