mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
bug 607367 - custom lib loader doesn't work on Galaxy S w/2.2 r=vlad a=blocking-fennec
This commit is contained in:
parent
d9b2e9b4b2
commit
817f4533d7
@ -160,8 +160,8 @@ extern soinfo libdl_info;
|
||||
#define LIBLAST 0x70000000
|
||||
#define LIBINC 0x00100000
|
||||
#else
|
||||
#define LIBBASE 0x90000000
|
||||
#define LIBLAST 0xA0000000
|
||||
#define LIBBASE 0x70000000
|
||||
#define LIBLAST 0x80000000
|
||||
#define LIBINC 0x00100000
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user