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
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
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
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
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