Commit 7f113d32 authored by Georgia Kouveli's avatar Georgia Kouveli Committed by Commit Bot

Add missing i-cache flush in JumpTablePatchingStress test.

Change-Id: I208c8189bded5dfc4fd997cac6a41acc73bf31ab
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1725620Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Georgia Kouveli <georgia.kouveli@arm.com>
Cr-Commit-Position: refs/heads/master@{#62981}
parent 036140dc
......@@ -134,6 +134,7 @@ Address GenerateJumpTableThunk(
CodeDesc desc;
masm.GetCode(nullptr, &desc);
FlushInstructionCache(buffer, desc.instr_size);
return reinterpret_cast<Address>(buffer);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment