From 7b23aad719b9cc4152355b7cf0fa49b040acd6ab Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 23 May 2024 07:28:07 +0000 Subject: Replace `ScopedAssertNoNewTransactionRecords`... ... with `ScopedAssertNoTransactionChecks`. The new check is stronger than the old one but does not work during early setup when we do not have a `Thread` object yet. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: Iba5a5cda0d97993ff324b4d11de02cb07f770699 --- compiler/utils/assembler_thumb_test_expected.cc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils') diff --git a/compiler/utils/assembler_thumb_test_expected.cc.inc b/compiler/utils/assembler_thumb_test_expected.cc.inc index 6e0048eb20..5184b2c897 100644 --- a/compiler/utils/assembler_thumb_test_expected.cc.inc +++ b/compiler/utils/assembler_thumb_test_expected.cc.inc @@ -154,7 +154,7 @@ const char* const VixlJniHelpersResults = { " 210: f8d9 8020 ldr.w r8, [r9, #32]\n" " 214: 4770 bx lr\n" " 216: f8d9 0094 ldr.w r0, [r9, #148]\n" - " 21a: f8d9 e2c4 ldr.w lr, [r9, #708]\n" + " 21a: f8d9 e2c0 ldr.w lr, [r9, #704]\n" " 21e: 47f0 blx lr\n" }; -- cgit v1.2.3-59-g8ed1b