summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/compiler/opcodes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/opcodes.cc')
-rw-r--r--chromium/v8/src/compiler/opcodes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/compiler/opcodes.cc b/chromium/v8/src/compiler/opcodes.cc
index c465422d346..3cd464d6b1b 100644
--- a/chromium/v8/src/compiler/opcodes.cc
+++ b/chromium/v8/src/compiler/opcodes.cc
@@ -16,7 +16,7 @@ namespace compiler {
namespace {
char const* const kMnemonics[] = {
-#define DECLARE_MNEMONIC(x) #x,
+#define DECLARE_MNEMONIC(x, ...) #x,
ALL_OP_LIST(DECLARE_MNEMONIC)
#undef DECLARE_MNEMONIC
"UnknownOpcode"};