comparison 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
comparison
equal deleted inserted replaced
503:0c5f61a73709 504:5a4de246242b
756 vsi_o_ttrace(NO_TASK, TC_SYSTEM, "All tasks entered main loop" ); 756 vsi_o_ttrace(NO_TASK, TC_SYSTEM, "All tasks entered main loop" );
757 #if defined _NUCLEUS_ && !defined _TARGET_ 757 #if defined _NUCLEUS_ && !defined _TARGET_
758 printf ("%s\n","All tasks entered main loop"); 758 printf ("%s\n","All tasks entered main loop");
759 #endif 759 #endif
760 #ifdef _TARGET_ 760 #ifdef _TARGET_
761 TraceMask[0] = 0; 761 TraceMask[0] = TC_SYSTEM; /* FreeCalypso change */
762 os_dar_set_filter(); 762 os_dar_set_filter();
763 #endif 763 #endif
764 } 764 }
765 for ( i = MaxEntities; i > 0; i-- ) 765 for ( i = MaxEntities; i > 0; i-- )
766 { 766 {