don't even try to compile unsupported gprof

This commit is contained in:
Vitor Santos Costa 2013-06-20 18:07:57 -05:00
parent cc73f426d9
commit 5c870c11f7
1 changed files with 3 additions and 2 deletions

View File

@ -102,8 +102,9 @@ typedef greg_t context_reg;
#else
#define CONTEXT_PC NULL
#define CONTEXT_BP NULL
#ifdef LOW_PROF
#undef LOW_PROF
#endif
#endif