comparison src/nucleus/gcc/tct.S @ 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 92470e5d0b9e
children
comparison
equal deleted inserted replaced
10:4f002f675fd1 11:d65489886c6e
964 LDR r0,[r2, #0] @ Pickup highest priority HISR ptr 964 LDR r0,[r2, #0] @ Pickup highest priority HISR ptr
965 CMP r0,#0 @ Is there a HISR active? 965 CMP r0,#0 @ Is there a HISR active?
966 BNE TCT_Schedule_Thread @ Found an HISR 966 BNE TCT_Schedule_Thread @ Found an HISR
967 LDR r0,[r3, #0] @ Pickup highest priority Task ptr 967 LDR r0,[r3, #0] @ Pickup highest priority Task ptr
968 CMP r0,#0 @ Is there a task active? 968 CMP r0,#0 @ Is there a task active?
969 #if 1 /* was CONFIG_INCLUDE_L1 in Citrine */ 969 #if 0 /* was CONFIG_INCLUDE_L1 in Citrine */
970 BEQ _GSM_Small_Sleep 970 BEQ _GSM_Small_Sleep
971 #else 971 #else
972 BEQ TCT_Schedule_Loop @ If not, continue the search 972 BEQ TCT_Schedule_Loop @ If not, continue the search
973 #endif 973 #endif
974 974