]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/MpService: fix wrong unsigned to signed variable transition
authorChen Fan <chen.fan.fnst@cn.fujitsu.com>
Fri, 21 Nov 2014 22:46:26 +0000 (22:46 +0000)
committerjljusten <jljusten@Edk2>
Fri, 21 Nov 2014 22:46:26 +0000 (22:46 +0000)
commitca186b1d4f186779a11319b1fa45a29de20534dc
tree46373eeda8fb2fef820bde23b0561446c52f4cb1
parenta99b5e629b7f37dbe2c521e4f2a2b74e27af33b3
EmulatorPkg/MpService: fix wrong unsigned to signed variable transition

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 <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16415 6f19259b-4bc3-4df7-8a09-765794883524
EmulatorPkg/CpuRuntimeDxe/MpService.c