| Index: runtime/vm/instructions_arm_test.cc
|
| diff --git a/runtime/vm/instructions_arm_test.cc b/runtime/vm/instructions_arm_test.cc
|
| index f3574acc8203162879345efae4f360577a69374a..0db757a13d54156255c7aa19bc26f18c3c1e0439 100644
|
| --- a/runtime/vm/instructions_arm_test.cc
|
| +++ b/runtime/vm/instructions_arm_test.cc
|
| @@ -16,6 +16,8 @@ namespace dart {
|
| #define __ assembler->
|
|
|
| ASSEMBLER_TEST_GENERATE(Call, assembler) {
|
| + // Code accessing pp is generated, but not executed. Uninitialized pp is OK.
|
| + __ set_constant_pool_allowed(true);
|
| __ BranchLinkPatchable(&StubCode::InvokeDartCodeLabel());
|
| __ Ret();
|
| }
|
|
|