oops, forgot second IT block

This commit is contained in:
Michael Mohr 2010-12-28 12:38:50 -08:00
parent 7e63e06d1e
commit e077338f6f

View File

@ -337,6 +337,7 @@ asm( \
" LDR r0,%1 \n\t" \
" ADDS r0,r0,%0 \n\t" \
" STR r0,%1 \n\t" \
" ITE CS \n\t" \
" MOVCS %0,#1 \n\t" \
" MOVCC %0,#0 \n\t" \
:"=r"(cy),"=g"(_c[0]):"0"(cy),"1"(_c[0]):"r0","%cc");