diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-07 23:00:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-07 23:00:45 +0100 |
| commit | f546108501aed048b7719765c3f221015abfd835 (patch) | |
| tree | 8ac28085cd0b4874e15d3d56cae2dc38fb129eab /Source | |
| parent | 3c19e975dacc1ef073636c46833b37059db39aef (diff) | |
NewCPU: remove support for it, will add 64x0 support instead.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/ProcessManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ProcessManager.cxx b/Source/ProcessManager.cxx index 1a2cb73f..c8509fd2 100644 --- a/Source/ProcessManager.cxx +++ b/Source/ProcessManager.cxx @@ -261,7 +261,7 @@ namespace hCore SizeT ret = process_ref.Run(); - kcout << StringBuilder::FromInt("ProcessHelper::Run() iterated over: % processes\r\n", ret); + kcout << StringBuilder::FromInt("ProcessHelper::StartScheduling() iterated over: % processes\r\n", ret); return true; } |
