mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-10 02:20:07 +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",
|
printf ("initialization time = %gnsec, time per unwind-step = %gnsec\n",
|
||||||
1e9*(mid - start), 1e9*(stop - mid)/level);
|
1e9*(mid - start), 1e9*(stop - mid)/level);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Add table
Reference in a new issue