diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-profile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c index b9d1287b12..53b26d51a2 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -538,5 +538,7 @@ _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc) #if 0 /* XXX See above, Shouldn't be necessary anymore. */ state = GMON_PROF_ON; +#else + ; #endif } |