Made Self Verification mode's memory interface less intrusive.
diff --git a/vm/compiler/codegen/arm/Codegen.h b/vm/compiler/codegen/arm/Codegen.h
index b148bda..0674b8b 100644
--- a/vm/compiler/codegen/arm/Codegen.h
+++ b/vm/compiler/codegen/arm/Codegen.h
@@ -45,6 +45,10 @@
 
 static void genMonitorPortable(CompilationUnit *cUnit, MIR *mir);
 
+#if defined(WITH_SELF_VERIFICATION)
+/* Self Verification memory instruction decoder */
+void dvmSelfVerificationMemOpDecode(int lr, int* sp);
+#endif
 
 /*
  * Architecture-dependent register allocation routines implemented in