Skip to content

Commit 4e1cfd0

Browse files
committed
Typo in cargo objdump argument
1 parent 080915f commit 4e1cfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ This is the disassembly of the `.text` section. We see that the reset handler, n
216216
located at address `0x8`.
217217

218218
``` console
219-
$ cargo objdump --bin app -- -s -section .vector_table
219+
$ cargo objdump --bin app -- -s --section .vector_table
220220
```
221221

222222
``` text

0 commit comments

Comments
 (0)