mirror of https://github.com/acidanthera/audk.git
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) {
|
||||
ImageContext->EntryPoint = 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 ();
|
||||
|
|
Loading…
Reference in New Issue