From 9e15745b9f828db4eedf90a811becac95e02d5d3 Mon Sep 17 00:00:00 2001 From: Duane Sand Date: Fri, 4 May 2012 11:28:46 -0700 Subject: Emulator64-mips segfaults, disable it for now. Signed-off-by: Duane Sand Change-Id: I17fe688d19e3cd7f328721e6363bacd6e6689ca2 --- android/main-emulator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/main-emulator.c b/android/main-emulator.c index 0981a71..ac4d2e9 100644 --- a/android/main-emulator.c +++ b/android/main-emulator.c @@ -148,6 +148,8 @@ int main(int argc, char** argv) avdArch = "arm"; D("Can't determine target AVD architecture: defaulting to %s\n", avdArch); } + if (!strcmp(avdArch, "mips")) + force_32bit = 1; /* emulator64-mips segfaults currently, 4-19-2012 */ /* Find the architecture-specific program in the same directory */ emulatorPath = getTargetEmulatorPath(argv[0], avdArch, force_32bit); -- cgit v1.1