kern: correct flushing of init arguments

This commit is contained in:
Michael Scire 2020-08-11 17:09:22 -07:00 committed by SciresM
parent 4a35904d73
commit f07bd0e337
3 changed files with 6 additions and 9 deletions

View file

@ -26,6 +26,5 @@ namespace ams::kern::init {
KPhysicalAddress GetInitArgumentsAddress(s32 core_id);
void SetInitArguments(s32 core_id, KPhysicalAddress address, uintptr_t arg);
void StoreInitArguments();
}