Commit 04b7094
committed
BUG/MINOR: debug: fixed incorrectly defined 'return' statement
DBG_RETURN_CPTR() is used in a function that does not have DBG_FUNC(),
which causes the debug indent level to be calculated incorrectly for
that thread. The standard 'return' C statement should be used in this
function.1 parent 9c23c18 commit 04b7094
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments