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

Unified Diff: courgette/disassembler.h

Issue 2055343002: Courgette: Add static method QuickDetect() to optimize program detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 5 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 | « courgette/courgette.gyp ('k') | courgette/disassembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/disassembler.h
diff --git a/courgette/disassembler.h b/courgette/disassembler.h
index d84b11406a5200aa1b952372d0c0a27a8e4b1483..6a40e873851393e7729195ec00fa094e3bfa77cf 100644
--- a/courgette/disassembler.h
+++ b/courgette/disassembler.h
@@ -92,7 +92,7 @@ class Disassembler : public AddressTranslator {
const uint8_t* end() const { return end_; }
protected:
- Disassembler(const void* start, size_t length);
+ Disassembler(const uint8_t* start, size_t length);
bool Good();
bool Bad(const char *reason);
« no previous file with comments | « courgette/courgette.gyp ('k') | courgette/disassembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698