mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 08:10:30 +01:00
(f): Move it to ident.c so the optimizer can't get rid of it.
(Logical change 1.276)
This commit is contained in:
parent
b0048ee762
commit
9d47ce5331
1 changed files with 0 additions and 6 deletions
|
@ -240,9 +240,3 @@ main (int argc, char **argv)
|
|||
printf ("SUCCESS.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
long
|
||||
f (long val)
|
||||
{
|
||||
return val;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue