mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 13:04:36 +03:00
[ABI] Build improvements - replaced ASMJIT_BUIlD_X86 with ASMJIT_NO_X86 and other changes...
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
// 3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
#include <asmjit/core.h>
|
||||
#if defined(ASMJIT_BUILD_X86)
|
||||
#if !defined(ASMJIT_NO_X86)
|
||||
|
||||
#include <asmjit/x86.h>
|
||||
#include <stdio.h>
|
||||
@@ -7670,4 +7670,4 @@ bool testX86Assembler(const TestSettings& settings) noexcept {
|
||||
|
||||
#undef TEST_INSTRUCTION
|
||||
|
||||
#endif
|
||||
#endif // !ASMJIT_NO_X86
|
||||
|
||||
Reference in New Issue
Block a user