summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/x86/Assemble.c
diff options
context:
space:
mode:
authorbuzbee <buzbee@google.com>2010-12-14 11:06:25 -0800
committerbuzbee <buzbee@google.com>2010-12-14 11:06:25 -0800
commit13fbc2e4bfa04cce8e181ac37d7f2b13a54aa037 (patch)
tree0f8e4079d02b70418b1469f9b6d32b2b6838e6d9 /vm/compiler/codegen/x86/Assemble.c
parent00603079b8723b32c955513eae63a8f97898074d (diff)
downloadandroid_dalvik-13fbc2e4bfa04cce8e181ac37d7f2b13a54aa037.tar.gz
android_dalvik-13fbc2e4bfa04cce8e181ac37d7f2b13a54aa037.tar.bz2
android_dalvik-13fbc2e4bfa04cce8e181ac37d7f2b13a54aa037.zip
Stamp out some x86/host mode warnings
Nuked a void* cast warnings and moved cacheflush into a target-specific utility wrapper. Change-Id: I36c841288b9ec7e03c0cb29b2e89db344f36fad1
Diffstat (limited to 'vm/compiler/codegen/x86/Assemble.c')
-rw-r--r--vm/compiler/codegen/x86/Assemble.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/compiler/codegen/x86/Assemble.c b/vm/compiler/codegen/x86/Assemble.c
index 31264ce64..3c0b3c7d6 100644
--- a/vm/compiler/codegen/x86/Assemble.c
+++ b/vm/compiler/codegen/x86/Assemble.c
@@ -20,7 +20,6 @@
#include "../../CompilerInternals.h"
#include "X86LIR.h"
#include "Codegen.h"
-#include <unistd.h> /* for cacheflush */
#include <sys/mman.h> /* for protection change */
#define MAX_ASSEMBLER_RETRIES 10