aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/gcov-glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/gcov-glue.c b/src/lib/gcov-glue.c
index 101aec9b7f..14f3e3ec3b 100644
--- a/src/lib/gcov-glue.c
+++ b/src/lib/gcov-glue.c
@@ -82,7 +82,7 @@ static int fseek(FILE *stream, long offset, int whence)
static long ftell(FILE *stream)
{
/* ftell should currently not be called */
- gcc_assert(0);
+ BUG();
#if CONFIG(DEBUG_COVERAGE)
printk(BIOS_DEBUG, "ftell %s\n", stream->filename);
#endif