From 787376101b8278572a4ac9a1f17101c5fb136d2a Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 10 Mar 2021 03:14:51 +0000 Subject: [PATCH] Update linker.cpp --- Theodosius/linker/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theodosius/linker/linker.cpp b/Theodosius/linker/linker.cpp index 5753e60..600f962 100644 --- a/Theodosius/linker/linker.cpp +++ b/Theodosius/linker/linker.cpp @@ -79,7 +79,7 @@ namespace lnk { // im not doing alignment correctly, i cannot find // anything online about it either, this "works" for now, but it will probably not - // on other linkers.... + // on other linkers... (linker makes the .lib iirc) if (archive_headers->Name[0] == '\n') archive_headers = reinterpret_cast( reinterpret_cast(archive_headers) + 1);