aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.txt1
-rw-r--r--test/coverage/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 327d380ac..5fb6f39ff 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,6 +3,7 @@
*****************************************************************************
*** 1.3.7 ***
+- FIX: Fixed coverage tool hanging during execution (bug 2921120).
- FIX: Fixed Linux simulator startup message (bug 2921012).
*** 1.3.6 ***
diff --git a/test/coverage/Makefile b/test/coverage/Makefile
index 788a7bc99..91ceacc01 100644
--- a/test/coverage/Makefile
+++ b/test/coverage/Makefile
@@ -22,7 +22,7 @@ AS = $(TRGT)gcc -x assembler-with-cpp
COV = gcov
# List all default C defines here, like -D_DEBUG=1
-DDEFS =
+DDEFS = -DSIMULATOR
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =