mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
5b87d26027
This will allow other parts of the system to generate machine code at runtime. :^)
11 lines
162 B
C++
11 lines
162 B
C++
/*
|
|
* Copyright (c) 2023, Andreas Kling <kling@serenityos.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#include <LibJIT/Assembler.h>
|
|
|
|
namespace JIT {
|
|
|
|
}
|