mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibJIT+LibJS: Rename Assembler to X86_64Assembler
This is in preparation for making LibJIT support multiple architectures. Assembler will now be typedefed to the specific assembler for a particular architecture. Additionally, there's now JIT_ARCH_SUPPORTED which is defined on architectures which LibJIT supports.
This commit is contained in:
parent
9f5450527f
commit
8aa35f4fab
4 changed files with 778 additions and 764 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if ARCH(X86_64)
|
||||
#ifdef JIT_ARCH_SUPPORTED
|
||||
|
||||
# define LOG_JIT_SUCCESS 0
|
||||
# define LOG_JIT_FAILURE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue