Commit 3aebb5f2 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Build fix

Detail:
  s/longlong - Copy-paste error led to conditional being on wrong line
Admin:
  Tested with Raspberry Pi ROM build


Version 5.91. Retagged as 'RISC_OSLib-5_91'
parent f3f167bc
......@@ -729,8 +729,8 @@ _ll_udiv10_NoARMM
B %FT40
]
]
[ SupportARMM
_ll_udiv10_SupportARMM :LAND: (:LNOT: NoARMM :LOR: SHARED_C_LIBRARY)
[ SupportARMM :LAND: (:LNOT: NoARMM :LOR: SHARED_C_LIBRARY)
_ll_udiv10_SupportARMM
Push "a1"
; Have UMULL instruction
; Multiply by 0.6 (= &0.999 recurring)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment