From d0937ef76b41a57d25c084e76aed1bb91c6dfde7 Mon Sep 17 00:00:00 2001 From: Bill Buzbee Date: Tue, 22 Dec 2009 16:15:39 -0800 Subject: Jit: Update monitor lock/unlock to reflect thinlock changes (I34b20f49) --- vm/compiler/codegen/arm/CodegenDriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/compiler/codegen/arm/CodegenDriver.c') diff --git a/vm/compiler/codegen/arm/CodegenDriver.c b/vm/compiler/codegen/arm/CodegenDriver.c index 249970cbe..f3648b9bd 100644 --- a/vm/compiler/codegen/arm/CodegenDriver.c +++ b/vm/compiler/codegen/arm/CodegenDriver.c @@ -2098,7 +2098,7 @@ static bool handleFmt11x(CompilationUnit *cUnit, MIR *mir) } case OP_MONITOR_EXIT: case OP_MONITOR_ENTER: -#if 1 || defined(WITH_DEADLOCK_PREDICTION) || defined(WITH_MONITOR_TRACKING) +#if defined(WITH_DEADLOCK_PREDICTION) || defined(WITH_MONITOR_TRACKING) genMonitorPortable(cUnit, mir); #else genMonitor(cUnit, mir); -- cgit v1.2.3