Re: [edk2] ShellPkg: Fix mm for 32-bit systems

2012-08-07 Thread Carsey, Jaben
Eric, Can you do the commit? Eugene does not have commit rights. -Jaben From: Dong, Eric [mailto:eric.d...@intel.com] Sent: Monday, August 06, 2012 5:56 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] ShellPkg: Fix mm for 32-bit systems Reviewed-by: Eric Dong eric.d...@intel.com

Re: [edk2] ShellPkg: Fix mm for 32-bit systems

2012-08-06 Thread Dong, Eric
Reviewed-by: Eric Dong eric.d...@intel.com<mailto:eric.d...@intel.com> Revision 13597 From: Cohen, Eugene [mailto:eug...@hp.com] Sent: Tuesday, August 07, 2012 4:39 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] ShellPkg: Fix mm for 32-bit systems Dear ShellPkg Maintainer

[edk2] ShellPkg: Fix mm for 32-bit systems

2012-08-06 Thread Cohen, Eugene
Dear ShellPkg Maintainer, The attached patch fixes the 'mm' command for 32-bit systems. The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly. Contribu