Skip to content
Snippets Groups Projects
Commit 89037cc8 authored by px4dev's avatar px4dev
Browse files

typo that causes the heap printer to fail by recursing infinitely

parent 67ae7273
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ define showheap
printf "Printing %d heaps\n", $nheaps
set $heapindex = (int)0
while $heapindex < $nheaps
showheap $heapindex
_showheap $heapindex
set $heapindex = $heapindex + 1
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment