summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extra/stack_analyzer/README.md')
-rw-r--r--extra/stack_analyzer/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/stack_analyzer/README.md b/extra/stack_analyzer/README.md
index 9bb37656f3..73e980e610 100644
--- a/extra/stack_analyzer/README.md
+++ b/extra/stack_analyzer/README.md
@@ -47,3 +47,5 @@ but it is inlined to the current function and you can follow the trace:
`usb_pd_protocol.c:1808 -> usb_pd_protocol.c:1191 -> usb_pd_protocol.c:798` to
find the callsite. The second callsite is at `usb_pd_protocol.c:2672`. And the
third one is added by annotation.
+
+The unresolved indirect callsites have the similar format to the above.