TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuDeadLoop.c File Reference
#include <Base.h>
#include <Library/BaseLib.h>

Go to the source code of this file.

Functions

VOID EFIAPI CpuDeadLoop (VOID)
 

Detailed Description

Base Library CPU Functions for all architectures.

Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file CpuDeadLoop.c.

Function Documentation

◆ CpuDeadLoop()

VOID EFIAPI CpuDeadLoop ( VOID  )

Executes an infinite loop.

Forces the CPU to execute an infinite loop. A debugger may be used to skip past the loop and the code that follows the loop must execute properly. This implies that the infinite loop must not cause the code that follow it to be optimized away.

Definition at line 25 of file CpuDeadLoop.c.