FreeCalypso > hg > fc-magnetite
changeset 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 | 0c5f61a73709 |
children | 5ce1598de1a6 |
files | src/gpf3/frame/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 }