mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Remove tabs to fix skipped code when HAL logging level is not set
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
This commit is contained in:
committed by
Nathaniel Mitchell
parent
55e59b9d7f
commit
6196d5910f
+2
-2
@@ -546,8 +546,8 @@ NVRAM: EFI Variable Store
|
||||
if (pa <= tseg_limit) and (pa >= tseg_base):
|
||||
if logger().HAL:
|
||||
logger().log("[uefi] Skipping memory read at pa: {:016X}".format(pa))
|
||||
pa -= CHUNK_SZ
|
||||
continue
|
||||
pa -= CHUNK_SZ
|
||||
continue
|
||||
if logger().HAL:
|
||||
logger().log('[uefi] Reading 0x{:016X}..'.format(pa))
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user