FreeCalypso > hg > ffs-editor
changeset 11:d65489886c6e
src/nucleus/gcc/tct.S: no small sleep in FFS editor
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 15 May 2020 03:56:21 +0000 |
| parents | 4f002f675fd1 |
| children | 054ac529dfd3 |
| files | src/nucleus/gcc/tct.S |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/nucleus/gcc/tct.S Fri May 15 03:55:23 2020 +0000 +++ b/src/nucleus/gcc/tct.S Fri May 15 03:56:21 2020 +0000 @@ -966,7 +966,7 @@ BNE TCT_Schedule_Thread @ Found an HISR LDR r0,[r3, #0] @ Pickup highest priority Task ptr CMP r0,#0 @ Is there a task active? -#if 1 /* was CONFIG_INCLUDE_L1 in Citrine */ +#if 0 /* was CONFIG_INCLUDE_L1 in Citrine */ BEQ _GSM_Small_Sleep #else BEQ TCT_Schedule_Loop @ If not, continue the search
