summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-10 05:57:15 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-10 05:57:15 +0000
commit0542d61e2717a3b8e1e4a2972bd32385a036cab8 (patch)
tree9ebf8436c2d664167c70cb8063fbb3638b0e593e /vm_core.h
parentb87571100aa71606fed0fafc6608a277efa6fdcf (diff)
iseq.c: Succinct bitvector now supports 32-bit machine
Second try of succinct bitvector. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 5c6f6fb689..176ec9d333 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -63,7 +63,7 @@
* 2: succinct bitvector
*/
#ifndef VM_INSN_INFO_TABLE_IMPL
-# define VM_INSN_INFO_TABLE_IMPL 1
+# define VM_INSN_INFO_TABLE_IMPL 2
#endif
#include "ruby/ruby.h"