mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +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
Notes:
sideshowbarker
2024-07-17 06:51:40 +09:00
Author: https://github.com/nrabulinski
Commit: 8aa35f4fab
Pull-request: https://github.com/SerenityOS/serenity/pull/21679
Issue: https://github.com/SerenityOS/serenity/issues/21669
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/caoimhebyrne
4 changed files with 778 additions and 764 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <AK/Platform.h>
|
||||
#include <LibJS/JIT/NativeExecutable.h>
|
||||
|
||||
#if ARCH(X86_64)
|
||||
#ifdef JIT_ARCH_SUPPORTED
|
||||
# include <LibJIT/Assembler.h>
|
||||
# include <LibJS/Bytecode/Executable.h>
|
||||
# include <LibJS/Bytecode/Op.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue