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

Unified Diff: test/cctest/test-fuzz-arm64.cc

Issue 1431933003: [assembler] Introduce proper AssemblerBase::Print() for improved debuggability. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | « test/cctest/test-disasm-arm64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-fuzz-arm64.cc
diff --git a/test/cctest/test-fuzz-arm64.cc b/test/cctest/test-fuzz-arm64.cc
index 8f6651a6a9554e929e1d6b76ede48ca52a274e1d..bdf143c05589f5a2bd979f6cd6effd2478b1ec14 100644
--- a/test/cctest/test-fuzz-arm64.cc
+++ b/test/cctest/test-fuzz-arm64.cc
@@ -59,7 +59,7 @@ TEST(FUZZ_disasm) {
seed48(seed);
Decoder<DispatchingDecoderVisitor> decoder;
- Disassembler disasm;
+ DisassemblingDecoder disasm;
Instruction buffer[kInstructionSize];
decoder.AppendVisitor(&disasm);
« no previous file with comments | « test/cctest/test-disasm-arm64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698