Skip to content

Commit 56cab0b

Browse files
committed
Switch '_ef' reference to 'ef' in GDB session example
I see 'ef' used correctly everywhere else in this section. Looks like this one just got missed in 2a213e7.
1 parent 773223a commit 56cab0b

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)