Index: test/cctest/test-assembler-mips64.cc |
diff --git a/test/cctest/test-assembler-mips64.cc b/test/cctest/test-assembler-mips64.cc |
index a6673d8e13b6c25fd0331ea2b9dbc3accac863cb..3b422a27168663e881ae9f30970aec6c1352881d 100644 |
--- a/test/cctest/test-assembler-mips64.cc |
+++ b/test/cctest/test-assembler-mips64.cc |
@@ -1889,6 +1889,7 @@ TEST(jump_tables1) { |
Label done; |
{ |
+ __ BlockTrampolinePoolFor(kNumCases * 2 + 7); |
PredictableCodeSizeScope predictable( |
&assm, (kNumCases * 2 + 7) * Assembler::kInstrSize); |
Label here; |
@@ -1968,6 +1969,7 @@ TEST(jump_tables2) { |
} |
__ bind(&dispatch); |
{ |
+ __ BlockTrampolinePoolFor(kNumCases * 2 + 7); |
PredictableCodeSizeScope predictable( |
&assm, (kNumCases * 2 + 7) * Assembler::kInstrSize); |
Label here; |
@@ -2049,6 +2051,7 @@ TEST(jump_tables3) { |
} |
__ bind(&dispatch); |
{ |
+ __ BlockTrampolinePoolFor(kNumCases * 2 + 7); |
PredictableCodeSizeScope predictable( |
&assm, (kNumCases * 2 + 7) * Assembler::kInstrSize); |
Label here; |