mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 02:58:39 +02:00
BaseTools, MdeModulePkg: Fixed code style.
This commit is contained in:
parent
afb808bfb6
commit
29ff3aa169
@ -115,7 +115,7 @@ ToolImageUeDebugTableRequired (
|
||||
|
||||
static
|
||||
int8_t
|
||||
InternelGetUeMachine (
|
||||
InternalGetUeMachine (
|
||||
uint16_t Machine
|
||||
)
|
||||
{
|
||||
@ -773,7 +773,7 @@ ToolImageEmitUeFile (
|
||||
return false;
|
||||
}
|
||||
|
||||
Machine = InternelGetUeMachine (Image->HeaderInfo.Machine);
|
||||
Machine = InternalGetUeMachine (Image->HeaderInfo.Machine);
|
||||
if (Machine < 0) {
|
||||
DEBUG_RAISE ();
|
||||
return false;
|
||||
|
@ -740,7 +740,7 @@ CoreLoadPeImage (
|
||||
//
|
||||
// Get the image entry point.
|
||||
//
|
||||
Image->EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UefiImageLoaderGetImageEntryPoint (ImageContext));
|
||||
Image->EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UefiImageLoaderGetImageEntryPoint (ImageContext));
|
||||
|
||||
//
|
||||
// Fill in the image information for the Loaded Image Protocol
|
||||
|
Loading…
x
Reference in New Issue
Block a user