summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/Assemble.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-10-04 14:32:18 -0700
committer buzbee <buzbee@google.com> 2011-10-05 09:22:57 -0700
commitce30293d222c864fa281da98bc896dd1c98a9a16 (patch)
treeb56c3a7f8be3349aa50c78675e6959e51344938d /src/compiler/codegen/arm/Assemble.cc
parent20cde9033d51103f31e21436e88f80e1170c78ad (diff)
Compiler cleanup
o Added slow path for string resolution o Removed dead throw internal and runtime error o Restructured debug and optimization disable flags for make it easier for command-line option support. o Removed/converted #if 1/0 blocks Change-Id: I65fc561a55437b3f74d0dfff5af87f938008d70e
Diffstat (limited to 'src/compiler/codegen/arm/Assemble.cc')
-rw-r--r--src/compiler/codegen/arm/Assemble.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compiler/codegen/arm/Assemble.cc b/src/compiler/codegen/arm/Assemble.cc
index c42b4b8b93..bbd97b4d75 100644
--- a/src/compiler/codegen/arm/Assemble.cc
+++ b/src/compiler/codegen/arm/Assemble.cc
@@ -20,12 +20,6 @@
#include "Codegen.h"
#include <sys/mman.h> /* for protection change */
-//#define TESTMODE
-#ifdef TESTMODE
-#include <cutils/ashmem.h> /* for oat testing */
-#include <unistd.h>
-#endif
-
#define MAX_ASSEMBLER_RETRIES 50
/*