Commit 91765804 authored by Ng Zhi An's avatar Ng Zhi An Committed by V8 LUCI CQ

[cleanup][disasm][x64] Fix some -Wshadow warnings

Bug: v8:12244,v8:12245
Change-Id: Iee80a34255a9c8ee5000719340a475331ab82942
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3254004Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77663}
parent 5ed3770b
......@@ -46,7 +46,7 @@ namespace internal {
TEST(DisasmX64) {
Isolate* isolate = CcTest::i_isolate();
HandleScope scope(isolate);
HandleScope handle_scope(isolate);
v8::internal::byte buffer[8192];
Assembler assm(AssemblerOptions{},
ExternalAssemblerBuffer(buffer, sizeof 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