diff src/gpf3/frame/frame.c @ 504:5a4de246242b

src/gpf3/frame/frame.c: source version of the system trace fix which we've been using in binary patch form for a long time
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 25 Jun 2018 02:31:03 +0000
parents c41a534f33c6
children
line wrap: on
line diff
--- a/src/gpf3/frame/frame.c	Mon Jun 25 00:51:54 2018 +0000
+++ b/src/gpf3/frame/frame.c	Mon Jun 25 02:31:03 2018 +0000
@@ -758,7 +758,7 @@
     printf ("%s\n","All tasks entered main loop");
 #endif
 #ifdef _TARGET_
-    TraceMask[0] = 0;
+    TraceMask[0] = TC_SYSTEM;	/* FreeCalypso change */
     os_dar_set_filter();
 #endif
   }