diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/android/main.c b/android/main.c index 686dac8..682cfce 100644 --- a/android/main.c +++ b/android/main.c @@ -67,8 +67,6 @@ #include "android/globals.h" #include "tcpdump.h" -#include "tcg.h" - /* in vl.c */ extern void qemu_help(int code); @@ -2358,14 +2356,6 @@ int main(int argc, char **argv) args[n++] = "-cpu"; args[n++] = "cortex-a8"; } - /* we also disable liveness analysis in the code generator, because it seems - * that ARMv7 -> x86 code generation triggers a fatal assertion when it is - * activated. The drawback is that the generated code is slower, but at the - * moment, ARMv7 emulation is only used to run the dex preopt pass within the - * Android build system. This hack should be removed when we fix the code - * generator. - */ - tcg_disable_liveness_analysis = 1; } args[n++] = "-initrd"; |