summaryrefslogtreecommitdiffhomepage
path: root/dev/zba/src/Thread.cxx
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-27 11:41:44 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-27 11:41:44 +0200
commit8db6fc60063757628f92bd1c4d4855775f4ff9e2 (patch)
treee27013969dc749bbb8131e24e4171034fdb80f56 /dev/zba/src/Thread.cxx
parentdaa4f8c748d290feba8a71e889743a8a3097ad7d (diff)
feat&wip: Math API for CG, WiP HAL Paging API.
- NOTE: HAL Paging API is still in wip, issues have to be fixed. - Moved WM code to corecg driver. Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/zba/src/Thread.cxx')
-rw-r--r--dev/zba/src/Thread.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/zba/src/Thread.cxx b/dev/zba/src/Thread.cxx
index 1f780fa2..3a4fc98e 100644
--- a/dev/zba/src/Thread.cxx
+++ b/dev/zba/src/Thread.cxx
@@ -161,6 +161,8 @@ namespace Boot
err_fn(handover);
}
+ rt_jump_to_address(fStartAddress, handover);
+
reinterpret_cast<HEL::HandoverProc>(fStartAddress)(handover);
}