Skip to content

Commit 33989b7

Browse files
bors[bot]adamgreen
andcommitted
Merge #133
133: Switch '_ef' reference to 'ef' in GDB session example r=adamgreig a=adamgreen I see 'ef' used correctly everywhere else in this section. Looks like this one just got missed in 2a213e7. Co-authored-by: Adam Green <[email protected]>
2 parents b82a515 + 56cab0b commit 33989b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/07-registers/bad-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ We can get more information about the exception from the debugger. Let's see:
7474
`ef` is a snapshot of the program state right before the exception occurred. Let's inspect it:
7575

7676
```
77-
(gdb) print/x *_ef
77+
(gdb) print/x *ef
7878
$1 = cortex_m_rt::ExceptionFrame {
7979
r0: 0x48001800,
8080
r1: 0x48001800,

0 commit comments

Comments
 (0)