bug 607367 - custom lib loader doesn't work on Galaxy S w/2.2 r=vlad a=blocking-fennec

This commit is contained in:
Michael Wu 2010-10-26 21:57:54 -04:00
parent d9b2e9b4b2
commit 817f4533d7

View File

@ -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