changeset 150:d43dadd91383

l1_small_asm.S for gcc: same change as in l1_small.c TMS470 version
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Feb 2019 23:28:49 +0000
parents bd1301884216
children ea4af6f4104d
files src/cs/layer1/cfile/l1_small_asm.S
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cs/layer1/cfile/l1_small_asm.S	Wed Feb 06 23:21:43 2019 +0000
+++ b/src/cs/layer1/cfile/l1_small_asm.S	Wed Feb 06 23:28:49 2019 +0000
@@ -21,6 +21,7 @@
 
 #define	SMALL_SLEEP	0x01
 #define	ALL_SLEEP	0x04
+#define	BIG_SMALL_SLEEP	0x05
 #define	PWR_MNGT	0x01
 
 	.globl	_GSM_Small_Sleep
@@ -38,6 +39,8 @@
 	cmp	r1,#SMALL_SLEEP
 	beq	Small_sleep_ok
 	cmp	r1,#ALL_SLEEP
+	beq	Small_sleep_ok
+	cmp	r1,#BIG_SMALL_SLEEP
 	bne	TCT_Schedule_Loop
 
 Small_sleep_ok: