diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/utils/arm/assembler_arm32_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/arm/assembler_arm32_test.cc b/compiler/utils/arm/assembler_arm32_test.cc index 30b89e1ba4..837fe1ec18 100644 --- a/compiler/utils/arm/assembler_arm32_test.cc +++ b/compiler/utils/arm/assembler_arm32_test.cc @@ -421,6 +421,7 @@ class AssemblerArm32Test : public AssemblerArmTest<arm::Arm32Assembler, template <typename... Args> void GenericTemplateHelper(std::function<void(Args...)> f, bool without_pc, std::string fmt, std::string test_name) { + first_ = false; WarnOnCombinations(CountHelper<Args...>(without_pc)); std::ostringstream oss; |