mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove obsoleted MJIT_HEADER macro
This commit is contained in:
parent
7fb36a0054
commit
290e26c729
Notes:
git
2023-03-07 06:29:54 +00:00
11 changed files with 11 additions and 149 deletions
2
yjit.h
2
yjit.h
|
@ -15,7 +15,7 @@
|
|||
# define YJIT_STATS RUBY_DEBUG
|
||||
#endif
|
||||
|
||||
#if USE_YJIT && !defined(MJIT_HEADER) // MJIT and YJIT can't be enabled simultaneously
|
||||
#if USE_YJIT
|
||||
|
||||
// We generate x86 or arm64 assembly
|
||||
#if defined(_WIN32) ? defined(_M_AMD64) : (defined(__x86_64__) || defined(__aarch64__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue