summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/bytecode/Opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/bytecode/Opcode.h')
-rw-r--r--JavaScriptCore/bytecode/Opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/bytecode/Opcode.h b/JavaScriptCore/bytecode/Opcode.h
index 81fff99..f845a34 100644
--- a/JavaScriptCore/bytecode/Opcode.h
+++ b/JavaScriptCore/bytecode/Opcode.h
@@ -211,7 +211,7 @@ namespace JSC {
#undef VERIFY_OPCODE_ID
#if HAVE(COMPUTED_GOTO)
-#if COMPILER(RVCT)
+#if COMPILER(RVCT) || COMPILER(INTEL)
typedef void* Opcode;
#else
typedef const void* Opcode;