summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/pef-amd64-drv.cpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 07:27:27 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 07:27:27 +0100
commit2b770125c35f061e0da813dab91f42c96b1ac749 (patch)
treef2539f45a472be6f29bee192a42976aed1298a26 /src/CommandLine/pef-amd64-drv.cpp
parent6a84782b5c574b7742f8fca7023556a8e4bce535 (diff)
chore: wip: including TProc and Boost for Nectar compiler frontend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/pef-amd64-drv.cpp')
-rw-r--r--src/CommandLine/pef-amd64-drv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/pef-amd64-drv.cpp b/src/CommandLine/pef-amd64-drv.cpp
index c8d8dbe..0f919b4 100644
--- a/src/CommandLine/pef-amd64-drv.cpp
+++ b/src/CommandLine/pef-amd64-drv.cpp
@@ -19,7 +19,7 @@ static auto kPath = "/usr/lib/libCompilerKit.so";
static auto kSymbol = "CompilerNectarAMD64";
-Int32 main(Int32 argc, Char const* argv[]) {
+Int32 main(Int32 argc, char const* argv[]) {
CompilerKit::ModuleLoader dylib;
dylib(kPath, kSymbol);