summaryrefslogtreecommitdiff
path: root/pe.c
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2021-03-31 18:24:30 +0100
committerSteve McIntyre <steve@einval.com>2021-03-31 18:24:30 +0100
commitec10b2569d63726b826c9afc6f14ff68e6f18d88 (patch)
tree2feb505d3c4358a93987062463937124d3d65464 /pe.c
parentb43a60b29267c5278652a87629434ad4f45c7493 (diff)
parent8119f7183f5f0bebb168fec5239855552020cf66 (diff)
downloadefi-boot-shim-ec10b2569d63726b826c9afc6f14ff68e6f18d88.tar.gz
efi-boot-shim-ec10b2569d63726b826c9afc6f14ff68e6f18d88.zip
Update upstream source from tag 'upstream/15.4'
Update to upstream version '15.4' with Debian dir 93160080661283eee071d2c92a27ce9b39acb998
Diffstat (limited to 'pe.c')
-rw-r--r--pe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pe.c b/pe.c
index 73b05a51..365e32aa 100644
--- a/pe.c
+++ b/pe.c
@@ -1054,6 +1054,8 @@ handle_image (void *data, unsigned int datasize,
SBATBase = base;
/* +1 because of size vs last byte location */
SBATSize = end - base + 1;
+ dprint(L"sbat section base:0x%lx size:0x%lx\n",
+ SBATBase, SBATSize);
}
}