Skip to content

Commit 4a9b48b

Browse files
committed
Updated the example callstacks
1 parent c94952e commit 4a9b48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ In: (a.out) foo (main.c:23)
114114
In: (a.out) bar2 (main.c:24)
115115
In: (a.out) foo2 (main.c:25)
116116
In: (a.out) main (main.c:28)
117-
In: (/usr/lib/dyld) start + 1903 (???:0)
117+
In: (/usr/lib/dyld) start + 1942 (???:0)
118118
```
119119
120120
#### C++
@@ -212,7 +212,7 @@ in: (a.out) foo2() (main.cpp:12)
212212
in: (a.out) bar() (main.cpp:14)
213213
in: (a.out) foo() (main.cpp:15)
214214
in: (a.out) main (main.cpp:19)
215-
in: (/usr/lib/dyld) start + 1903
215+
in: (/usr/lib/dyld) start + 1942
216216
```
217217
218218
#### Extending the callstack exception

0 commit comments

Comments
 (0)