mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py
An error message in Scripts/Ds5/edk2_debugger.py was missing the word 'not'. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
4092f1d397
commit
daa6cd8763
@ -222,4 +222,4 @@ class ArmPlatformDebugger:
|
|||||||
self.debug_info_table.load_all_symbols(self.verbose)
|
self.debug_info_table.load_all_symbols(self.verbose)
|
||||||
except:
|
except:
|
||||||
# Debugger exception could be excepted if DRAM has not been initialized or if we have not started to run from DRAM yet
|
# Debugger exception could be excepted if DRAM has not been initialized or if we have not started to run from DRAM yet
|
||||||
print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has been installed yet)"
|
print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has not been installed yet)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user