mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix compilation for OPT_THREADED_CODE=2
This commit is contained in:
parent
edede7733d
commit
7662653b4c
2 changed files with 7 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
* 2: call (function call for each insn dispatch)
|
||||
*/
|
||||
#ifndef OPT_THREADED_CODE
|
||||
#define OPT_THREADED_CODE 0
|
||||
#define OPT_THREADED_CODE 2
|
||||
#endif
|
||||
|
||||
#define OPT_DIRECT_THREADED_CODE (OPT_THREADED_CODE == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue