]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c
Refactor the code logic to reduce code size for debug tip.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Sep 2009 15:05:34 +0000 (15:05 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Sep 2009 15:05:34 +0000 (15:05 +0000)
commit3d747a890f9e792dc78ca07c7dc4dd571af2e323
tree51cbe56e333a9f5f2ee93a30e5f29f6d10005077
parent8e2978b4adc654a20fc7ada49e1631421dc46be2
Refactor the code logic to reduce code size for debug tip.
The original switch case statements does not generate space efficient size when optimization is disabled.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9221 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c