diff options
| author | 2024-05-23 07:28:07 +0000 | |
|---|---|---|
| committer | 2024-06-20 10:50:35 +0000 | |
| commit | 7b23aad719b9cc4152355b7cf0fa49b040acd6ab (patch) | |
| tree | 8e50f93ef6959b2e6a52e6afe6acb629b3d9cef0 /compiler/utils | |
| parent | daf65911a4e8126d10a0d98b9e3bcb363d373a30 (diff) | |
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
Diffstat (limited to 'compiler/utils')
| -rw-r--r-- | compiler/utils/assembler_thumb_test_expected.cc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" }; |