Skip to content

Commit c9ddb5a

Browse files
committed
Fix debug example to actually show led-roulette
1 parent 92567a1 commit c9ddb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/05-led-roulette/debug-it.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ invokes a subroutine call to the `main` function using an ARM branch and link in
5454
```
5555
(gdb) disassemble /m
5656
Dump of assembler code for function main:
57-
8 #[entry]
57+
7 #[entry]
5858
0x080001ec <+0>: push {r7, lr}
5959
0x080001ee <+2>: mov r7, sp
60-
=> 0x080001f0 <+4>: bl 0x80001f6 <hello_world::__cortex_m_rt_main>
60+
=> 0x080001f0 <+4>: bl 0x80001f6 <_ZN12led_roulette18__cortex_m_rt_main17he61ef18c060014a5E>
6161
0x080001f4 <+8>: udf #254 ; 0xfe
6262

6363
End of assembler dump.

0 commit comments

Comments
 (0)