]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Aug 2011 16:51:11 +0000 (16:51 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Aug 2011 16:51:11 +0000 (16:51 +0000)
commit9201b0442257953aa4b1e59e9a2a81d85677badd
tree4f68b697e81d42233f86de2e37c93731f908a639
parent43f69915d9ff15ee437f9e8869d7ae33780943b3
ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'

This library is used to display the loaded address of the 'Sec' at the early
stage of the boot process. The debug command line generated by PeCoffExtraActionLib
can be used for Source Level Debugging at the early stage of the UEFI boot process.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12136 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.c