Index: src/x64/assembler-x64.h |
=================================================================== |
--- src/x64/assembler-x64.h (revision 6384) |
+++ src/x64/assembler-x64.h (working copy) |
@@ -1261,7 +1261,7 @@ |
// Writes a single word of data in the code stream. |
// Used for inline tables, e.g., jump-tables. |
- void db(uint8_t data) { UNIMPLEMENTED(); } |
+ void db(uint8_t data); |
void dd(uint32_t data); |
int pc_offset() const { return static_cast<int>(pc_ - buffer_); } |