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