Introduce architecture library as new kernel subsystem and move selected routines into new subsystem
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -404,8 +404,8 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
|
||||
BlEfiPrint(L"System halted!");
|
||||
for(;;)
|
||||
{
|
||||
HlClearInterruptFlag();
|
||||
HlHalt();
|
||||
ArClearInterruptFlag();
|
||||
ArHalt();
|
||||
}
|
||||
|
||||
/* Return success */
|
||||
|
Reference in New Issue
Block a user