[rtems-schedsim commit] schedsim: turn off workspace debug.

Jennifer Averett jennifer at rtems.org
Fri May 9 13:30:04 UTC 2014


Module:    rtems-schedsim
Branch:    master
Commit:    b1b31c0ee0be7cbde293459dce26cfd1d9af31c4
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=b1b31c0ee0be7cbde293459dce26cfd1d9af31c4

Author:    Jennifer Averett <jennifer.averett at oarcorp.com>
Date:      Thu May  8 09:53:43 2014 -0500

schedsim: turn off workspace debug.

---

 schedsim/rtems/wkspace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/schedsim/rtems/wkspace.c b/schedsim/rtems/wkspace.c
index 61fbb47..6f373e4 100644
--- a/schedsim/rtems/wkspace.c
+++ b/schedsim/rtems/wkspace.c
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <malloc.h>
 
-#define DEBUG_WORKSPACE
+// #define DEBUG_WORKSPACE
 #if defined(DEBUG_WORKSPACE)
   #include <stdio.h>
 #endif




More information about the vc mailing list