mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
(measure_unwind): Return 0.
(Logical change 1.104)
This commit is contained in:
parent
71650257d7
commit
29f2f89a8f
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ measure_unwind (int maxlevel)
|
|||
|
||||
printf ("initialization time = %gnsec, time per unwind-step = %gnsec\n",
|
||||
1e9*(mid - start), 1e9*(stop - mid)/level);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue