Re: [edk2] [PATCH v3 1/3] EmulatorPkg/Mpservice: fix wrong unsigned to signed variable transition

2014-11-20 Thread Chen, Fan
On Sun, 2014-11-16 at 23:00 -0800, Jordan Justen wrote: > On 2014-11-16 21:26:16, Chen, Fan wrote: > > On Sun, 2014-11-16 at 19:59 -0800, Jordan Justen wrote: > > > On 2014-11-16 18:51:15, Chen Fan wrote: > > > > Because TimeoutInMicrosecsond is a unsigned value, converting it to > > > > signed v

Re: [edk2] [PATCH v3 1/3] EmulatorPkg/Mpservice: fix wrong unsigned to signed variable transition

2014-11-16 Thread Jordan Justen
On 2014-11-16 21:26:16, Chen, Fan wrote: > On Sun, 2014-11-16 at 19:59 -0800, Jordan Justen wrote: > > On 2014-11-16 18:51:15, Chen Fan wrote: > > > Because TimeoutInMicrosecsond is a unsigned value, converting it to > > > signed value will cause the data region changed. so this patch fix > > > th

Re: [edk2] [PATCH v3 1/3] EmulatorPkg/Mpservice: fix wrong unsigned to signed variable transition

2014-11-16 Thread Chen, Fan
On Sun, 2014-11-16 at 19:59 -0800, Jordan Justen wrote: > On 2014-11-16 18:51:15, Chen Fan wrote: > > Because TimeoutInMicrosecsond is a unsigned value, converting it to > > signed value will cause the data region changed. so this patch fix > > that. > > > > Contributed-under: TianoCore Contribut

Re: [edk2] [PATCH v3 1/3] EmulatorPkg/Mpservice: fix wrong unsigned to signed variable transition

2014-11-16 Thread Jordan Justen
On 2014-11-16 18:51:15, Chen Fan wrote: > Because TimeoutInMicrosecsond is a unsigned value, converting it to > signed value will cause the data region changed. so this patch fix > that. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Chen Fan > --- > EmulatorPkg/Cpu

[edk2] [PATCH v3 1/3] EmulatorPkg/Mpservice: fix wrong unsigned to signed variable transition

2014-11-16 Thread Chen Fan
Because TimeoutInMicrosecsond is a unsigned value, converting it to signed value will cause the data region changed. so this patch fix that. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan --- EmulatorPkg/CpuRuntimeDxe/MpService.c | 20 ++-- 1 file