summaryrefslogtreecommitdiffstats
path: root/vm/mterp
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2012-01-18 13:45:57 -0800
committerBen Cheng <bccheng@google.com>2012-01-18 14:47:17 -0800
commit232c385b9ece322d677a48947ab1e052c1e2427c (patch)
treecbcf45e331715595e4016f9ddb7a7bd899cb6871 /vm/mterp
parent390d7c08821750d0633435278b2d533fd6b1a7a5 (diff)
downloadandroid_dalvik-232c385b9ece322d677a48947ab1e052c1e2427c.tar.gz
android_dalvik-232c385b9ece322d677a48947ab1e052c1e2427c.tar.bz2
android_dalvik-232c385b9ece322d677a48947ab1e052c1e2427c.zip
Bug fix for control-flow construction involving nested loops.
Bug: 5884080 Change-Id: Ic2f42abae3e71f9c0729984902396f92902184a3
Diffstat (limited to 'vm/mterp')
-rw-r--r--vm/mterp/common/asm-constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/mterp/common/asm-constants.h b/vm/mterp/common/asm-constants.h
index 1313de649..af2275dac 100644
--- a/vm/mterp/common/asm-constants.h
+++ b/vm/mterp/common/asm-constants.h
@@ -193,7 +193,7 @@ MTERP_OFFSET(offThread_methodToCall, Thread, methodToCall, 164)
MTERP_OFFSET(offThread_jniLocal_topCookie, \
Thread, jniLocalRefTable.segmentState.all, 168)
#if defined(WITH_SELF_VERIFICATION)
-MTERP_OFFSET(offThread_shadowSpace, Thread, shadowSpace, 192)
+MTERP_OFFSET(offThread_shadowSpace, Thread, shadowSpace, 188)
#endif
#else
MTERP_OFFSET(offThread_jniLocal_topCookie, \