From f546108501aed048b7719765c3f221015abfd835 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 7 Jan 2024 23:00:45 +0100 Subject: NewCPU: remove support for it, will add 64x0 support instead. Signed-off-by: Amlal El Mahrouss --- KernelKit/CodeManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'KernelKit') diff --git a/KernelKit/CodeManager.hpp b/KernelKit/CodeManager.hpp index 61b609c6..b48c6b17 100644 --- a/KernelKit/CodeManager.hpp +++ b/KernelKit/CodeManager.hpp @@ -56,7 +56,7 @@ namespace hCore namespace Utils { /// \brief Much like Mac OS's UPP. - /// It cover other architecture code. + /// It handles different kind of code. /// PowerPC <-> AMD64 for example. typedef struct UniversalProcedureTable { -- cgit v1.2.3