TianoCore EDK2 master
Loading...
Searching...
No Matches
SetJump.c File Reference
#include "BaseLibInternals.h"

Go to the source code of this file.

Functions

VOID EFIAPI InternalAssertJumpBuffer (IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer)
 

Detailed Description

Internal ASSERT () functions for SetJump.

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

Definition in file SetJump.c.

Function Documentation

◆ InternalAssertJumpBuffer()

VOID EFIAPI InternalAssertJumpBuffer ( IN BASE_LIBRARY_JUMP_BUFFER *  JumpBuffer)

Worker function that checks ASSERT condition for JumpBuffer

Checks ASSERT condition for JumpBuffer.

If JumpBuffer is NULL, then ASSERT(). For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().

Parameters
JumpBufferA pointer to CPU context buffer.

Definition at line 24 of file SetJump.c.