Commit bdc4a7c7 authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

Update an #endif annotation

Change-Id: Ibfff9d512dd94b9d086b5a39de6e6a6d089bb033
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1643554Reviewed-by: 's avatarMythri Alle <mythria@chromium.org>
Commit-Queue: Mythri Alle <mythria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61990}
parent 5ecf7eef
......@@ -112,7 +112,7 @@ void Interpreter::IterateDispatchTable(RootVisitor* v) {
CHECK(code_entry == kNullAddress ||
InstructionStream::PcIsOffHeap(isolate_, code_entry));
}
#endif // ENABLE_SLOW_DCHECKS
#endif // DEBUG
return;
}
......
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