mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 1e96d70a3f9b (bug 941905) for frequent B2G reftest timeouts.
CLOSED TREE
This commit is contained in:
parent
12d73e49bf
commit
42ca2b6ce1
@ -13,7 +13,7 @@
|
||||
#include "jit/arm/Assembler-arm.h"
|
||||
|
||||
#if !(defined(ANDROID) || defined(MOZ_B2G))
|
||||
#define HWCAP_ARMv7 (1 << 29)
|
||||
#define HWCAP_ARMv7 (1 << 31)
|
||||
#include <asm/hwcap.h>
|
||||
#else
|
||||
#define HWCAP_VFP (1<<0)
|
||||
|
Loading…
Reference in New Issue
Block a user