mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix Windows CE from bug 487416 (arm architecture detection)
This commit is contained in:
parent
f7a4e23645
commit
d38e6c8a28
@ -71,10 +71,9 @@ $PrologName
|
|||||||
endp
|
endp
|
||||||
|
|
||||||
FUNC_HEADER js_arm_try_armv5_op
|
FUNC_HEADER js_arm_try_armv5_op
|
||||||
blx js_arm_try_armv5_test
|
;; clz ip, ip
|
||||||
|
DCD 0xE16FCF1C
|
||||||
mov pc, lr
|
mov pc, lr
|
||||||
js_arm_try_armv5_test
|
|
||||||
bx lr
|
|
||||||
ENTRY_END
|
ENTRY_END
|
||||||
endp
|
endp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user