summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBA/Sources/Thread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBA/Sources/Thread.cxx')
-rw-r--r--dev/ZBA/Sources/Thread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBA/Sources/Thread.cxx b/dev/ZBA/Sources/Thread.cxx
index 1ea83618..13b02b92 100644
--- a/dev/ZBA/Sources/Thread.cxx
+++ b/dev/ZBA/Sources/Thread.cxx
@@ -165,7 +165,7 @@ namespace Boot
err_fn(handover);
}
- rt_jump_to_address(fStartAddress, handover);
+ reinterpret_cast<HEL::HandoverProc>(fStartAddress)(handover);
}
const Char* BThread::GetName()