OSDN Git Service

Stamp out some x86/host mode warnings
authorbuzbee <buzbee@google.com>
Tue, 14 Dec 2010 19:06:25 +0000 (11:06 -0800)
committerbuzbee <buzbee@google.com>
Tue, 14 Dec 2010 19:06:25 +0000 (11:06 -0800)
commit13fbc2e4bfa04cce8e181ac37d7f2b13a54aa037
tree0f8e4079d02b70418b1469f9b6d32b2b6838e6d9
parent00603079b8723b32c955513eae63a8f97898074d
Stamp out some x86/host mode warnings

Nuked a void* cast warnings and moved cacheflush into a target-specific
utility wrapper.

Change-Id: I36c841288b9ec7e03c0cb29b2e89db344f36fad1
13 files changed:
vm/compiler/Compiler.c
vm/compiler/CompilerUtility.h
vm/compiler/codegen/arm/ArchUtility.c
vm/compiler/codegen/arm/Assemble.c
vm/compiler/codegen/x86/ArchUtility.c
vm/compiler/codegen/x86/Assemble.c
vm/compiler/codegen/x86/CodegenDriver.c
vm/compiler/template/ia32/footer.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te-vfp.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
vm/compiler/template/out/CompilerTemplateAsm-armv7-a-neon.S
vm/compiler/template/out/CompilerTemplateAsm-armv7-a.S
vm/compiler/template/out/CompilerTemplateAsm-ia32.S