]> git.proxmox.com Git - mirror_edk2.git/commit
CorebootModulePkg-CbParseLib: Fix bad reference in CbParseLib
authorLeahy, Leroy P <leroy.p.leahy@intel.com>
Thu, 25 Feb 2016 02:55:51 +0000 (18:55 -0800)
committerPrince Agyeman <prince.agyeman@intel.com>
Fri, 26 Feb 2016 18:02:41 +0000 (10:02 -0800)
commitd1986e756667183ba72f4122ee460dcc7f36d140
treeab4ecd76397ce437c6a2904e0f8efaa3d0c629d9
parent79f4f6f0c99c2cc8b03304d0fec9bd657b313312
CorebootModulePkg-CbParseLib: Fix bad reference in CbParseLib

Dereferencing pMemTableSize in debug statement displays bad values when
it is set to NULL.  Display the actual table size value instead.

TEST=Build and run on Galileo Gen2

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
CorebootModulePkg/Library/CbParseLib/CbParseLib.c