mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
move unnecessary print statement. It may cause confused.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5609 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
51b02d81f0
commit
2f4050c2e1
@ -994,8 +994,6 @@ SecNt32PeCoffRelocateImage (
|
|||||||
if (Entry != NULL) {
|
if (Entry != NULL) {
|
||||||
ImageContext->EntryPoint = Entry;
|
ImageContext->EntryPoint = Entry;
|
||||||
printf("Change %s Entrypoint to :0x%08lx\n", ImageContext->PdbPointer, Entry);
|
printf("Change %s Entrypoint to :0x%08lx\n", ImageContext->PdbPointer, Entry);
|
||||||
} else {
|
|
||||||
printf("Could not find _ModuleEntryPoint Entry, Module may be built error\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SecUnixLoaderBreak ();
|
SecUnixLoaderBreak ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user