Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: src/x64/assembler-x64.h

Issue 2690523003: [wasm] Use PC after EnsureSpace in RecordProtectedInstruction (Closed)
Patch Set: Rebasing Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | src/x64/assembler-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x64/assembler-x64.h
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
index f611e49bb17ac44344fa698d60766ade8c7ede53..177fb48dedf845c3ba216c9efa227fb39791c2ee 100644
--- a/src/x64/assembler-x64.h
+++ b/src/x64/assembler-x64.h
@@ -1993,7 +1993,7 @@ class Assembler : public AssemblerBase {
UNREACHABLE();
}
- void RecordProtectedInstruction(int pc_offset, byte* landing_offset);
+ void RecordProtectedInstructionLanding(int pc_offset);
// Writes a single word of data in the code stream.
// Used for inline tables, e.g., jump-tables.
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | src/x64/assembler-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698