From 9fa39c91c885a05ce544d0899089212321413c13 Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Tue, 16 Mar 2010 16:20:48 -0700 Subject: [PATCH] Add missing macro SIGNATURE_BREAKPOINT. Change-Id: I9e450b7b2ff34a3609a99bf8fe11e3efa88ccc30 --- vm/compiler/codegen/arm/Assemble.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm/compiler/codegen/arm/Assemble.c b/vm/compiler/codegen/arm/Assemble.c index e642c5c16..493f95e13 100644 --- a/vm/compiler/codegen/arm/Assemble.c +++ b/vm/compiler/codegen/arm/Assemble.c @@ -1105,6 +1105,7 @@ static bool assembleInstructions(CompilationUnit *cUnit, intptr_t startAddr) return false; } +#if defined(SIGNATURE_BREAKPOINT) /* Inspect the assembled instruction stream to find potential matches */ static void matchSignatureBreakpoint(const CompilationUnit *cUnit, unsigned int size) @@ -1132,6 +1133,7 @@ static void matchSignatureBreakpoint(const CompilationUnit *cUnit, } } } +#endif /* * Translation layout in the code cache. Note that the codeAddress pointer -- 2.11.0