We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92567a1 commit c9ddb5aCopy full SHA for c9ddb5a
src/05-led-roulette/debug-it.md
@@ -54,10 +54,10 @@ invokes a subroutine call to the `main` function using an ARM branch and link in
54
```
55
(gdb) disassemble /m
56
Dump of assembler code for function main:
57
-8 #[entry]
+7 #[entry]
58
0x080001ec <+0>: push {r7, lr}
59
0x080001ee <+2>: mov r7, sp
60
-=> 0x080001f0 <+4>: bl 0x80001f6 <hello_world::__cortex_m_rt_main>
+=> 0x080001f0 <+4>: bl 0x80001f6 <_ZN12led_roulette18__cortex_m_rt_main17he61ef18c060014a5E>
61
0x080001f4 <+8>: udf #254 ; 0xfe
62
63
End of assembler dump.
0 commit comments