Remove obsoleted MJIT_HEADER macro

This commit is contained in:
Takashi Kokubun 2023-03-06 22:03:39 -08:00
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
View file

@ -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__))