summaryrefslogtreecommitdiffstats
path: root/src/kernel/syscall.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/syscall.C')
-rw-r--r--src/kernel/syscall.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/syscall.C b/src/kernel/syscall.C
index 1c9b62ab6..be2b51d59 100644
--- a/src/kernel/syscall.C
+++ b/src/kernel/syscall.C
@@ -650,6 +650,7 @@ namespace Systemcalls
uint64_t status = static_cast<uint64_t>(TASK_GETARG0(t));
KernelMisc::g_payload_base = static_cast<uint64_t>(TASK_GETARG1(t));
KernelMisc::g_payload_entry = static_cast<uint64_t>(TASK_GETARG2(t));
+ KernelMisc::g_payload_data = static_cast<uint64_t>(TASK_GETARG3(t));
CpuManager::requestShutdown(status);
TASK_SETRTN(t, 0);
}
OpenPOWER on IntegriCloud