Skip to content

Commit

Permalink
[jumbo] undef more instances of __ after use
Browse files Browse the repository at this point in the history
Bug: chromium:746958
Change-Id: I38e19678e57e5769f4eb19b588ab1de1f4c3bb11
Reviewed-on: https://chromium-review.googlesource.com/758777
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#49252}
  • Loading branch information
mostynb authored and Commit Bot committed Nov 9, 2017
1 parent 04f7d48 commit de65d40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/debug/arm64/debug-arm64.cc
Expand Up @@ -57,4 +57,6 @@ const bool LiveEdit::kFrameDropperSupported = true;
} // namespace internal
} // namespace v8

#undef __

#endif // V8_TARGET_ARCH_ARM64
2 changes: 2 additions & 0 deletions src/regexp/arm64/regexp-macro-assembler-arm64.cc
Expand Up @@ -1655,4 +1655,6 @@ void RegExpMacroAssemblerARM64::LoadCurrentCharacterUnchecked(int cp_offset,
} // namespace internal
} // namespace v8

#undef __

#endif // V8_TARGET_ARCH_ARM64
2 changes: 2 additions & 0 deletions test/cctest/heap/test-heap.cc
Expand Up @@ -5999,3 +5999,5 @@ HEAP_TEST(Regress779503) {
} // namespace heap
} // namespace internal
} // namespace v8

#undef __
2 changes: 2 additions & 0 deletions test/cctest/test-utils-arm64.cc
Expand Up @@ -451,3 +451,5 @@ void RegisterDump::Dump(MacroAssembler* masm) {

} // namespace internal
} // namespace v8

#undef __

0 comments on commit de65d40

Please sign in to comment.