Fix movlt

This commit is contained in:
matt 2013-08-13 15:45:30 +00:00
parent 85779a4007
commit 11f1fec6ba
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#include <machine/asm.h>
RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.8 2013/08/13 15:44:35 matt Exp $")
RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.9 2013/08/13 15:45:30 matt Exp $")
ENTRY(__aeabi_ldivmod)
#if !defined(_KERNEL) && !defined(_STANDALONE)
@ -139,7 +139,7 @@ ENTRY(__aeabi_ldivmod)
mvnge ALO, #0
movge AHI, ALO, lsr #1
movlt ALO, #0
movlt AHI, AHI, #0x800000000
movlt AHI, #0x800000000
bl PLT_SYM(__aeabi_ldiv0)
pop {r2-r3, ip, lr}
RET