Re: [edk2] [PATCH] MdeModulePkg: fix compilation errors

2013-06-24 Thread Leif Lindholm
On 24 June 2013 10:08, Ryan Harkin wrote: > On 24 June 2013 08:44, Dong, Eric wrote: >> This change is not correct, the "Buffer" variable is not defined. > > Hmmm, isn't that curious! I've not really looked that this change > before, which is my mistake for accepting it, but you're right, Buffer

Re: [edk2] [PATCH] MdeModulePkg: fix compilation errors

2013-06-24 Thread Ryan Harkin
On 24 June 2013 11:44, Leif Lindholm wrote: > On 24 June 2013 10:08, Ryan Harkin wrote: >> On 24 June 2013 08:44, Dong, Eric wrote: >>> This change is not correct, the "Buffer" variable is not defined. >> >> Hmmm, isn't that curious! I've not really looked that this change >> before, which is m

Re: [edk2] [PATCH] MdeModulePkg: fix compilation errors

2013-06-24 Thread Ryan Harkin
t...@lists.linaro.org > Subject: [edk2] [PATCH] MdeModulePkg: fix compilation errors > > From: Leif Lindholm > > This patch fixes a minor error that prevents the native ARM compiler from > building the code. > > Signed-off-by: Leif Lindholm Signed-off-by: Ryan Harkin > --- > ..

Re: [edk2] [PATCH] MdeModulePkg: fix compilation errors

2013-06-24 Thread Dong, Eric
-architect...@lists.linaro.org Subject: [edk2] [PATCH] MdeModulePkg: fix compilation errors From: Leif Lindholm This patch fixes a minor error that prevents the native ARM compiler from building the code. Signed-off-by: Leif Lindholm --- .../Universal/SetupBrowserDxe/Expression.c |2

[edk2] [PATCH] MdeModulePkg: fix compilation errors

2013-06-21 Thread Ryan Harkin
From: Leif Lindholm This patch fixes a minor error that prevents the native ARM compiler from building the code. Signed-off-by: Leif Lindholm --- .../Universal/SetupBrowserDxe/Expression.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Set