diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2025-01-29 00:09:20 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-29 18:42:13 +0000 |
commit | 3600675368581ba4987f5656c2783bab62750ee7 (patch) | |
tree | 850a3dc892370a5395bd7f47a6e174b69069397a /UnitTestFrameworkPkg | |
parent | 254937f0bca17649b5d213381a38ffe9ff66acec (diff) | |
download | edk2-3600675368581ba4987f5656c2783bab62750ee7.tar.gz |
MdePkg/BasePeCoffLib: Remove DEBUG() statements from runtime code
PeCoffLoaderRelocateImageForRuntime() executes after boot services, and
so it should not use DEBUG() prints at all, given that these may rely on
MMIO mappings or other boot time facilities that are no longer
available.
So revert the changes in aedcaa3df8a2 ("MdePkg: Fix overflow issue in
PeCoffLoaderRelocateImageForRuntime") that replaced code comments with
DBEUG() statements.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'UnitTestFrameworkPkg')
0 files changed, 0 insertions, 0 deletions