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 7807734 commit f4a1491Copy full SHA for f4a1491
debug/hello/README.md
@@ -57,7 +57,7 @@ arm-eabi-objdump your_module.ko -D > output.dis
57
r4 为变量t
58
push {r4, lr} 是压栈操作
59
move r4, #0 对应 t = NULL
60
- ldr r1, [pc, #20] 这里答应__FUNCTION__
+ ldr r1, [pc, #20] 这里打印__FUNCTION__
61
mov r2, #13 是对应行号
62
ldrb r3, [r4] 这里将r4存入r3,但是这里r4是空指针,所以这里崩溃了
63
0 commit comments