summaryrefslogtreecommitdiffhomepage
path: root/KernelKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-07 23:00:45 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-07 23:00:45 +0100
commitf546108501aed048b7719765c3f221015abfd835 (patch)
tree8ac28085cd0b4874e15d3d56cae2dc38fb129eab /KernelKit
parent3c19e975dacc1ef073636c46833b37059db39aef (diff)
NewCPU: remove support for it, will add 64x0 support instead.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'KernelKit')
-rw-r--r--KernelKit/CodeManager.hpp2
1 files changed, 1 insertions, 1 deletions
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
{