]> git.proxmox.com Git - mirror_edk2.git/commit
Fix gBS->Stall bug. The current code would only stall for a single timer tick. Fixing...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Mar 2011 20:30:35 +0000 (20:30 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Mar 2011 20:30:35 +0000 (20:30 +0000)
commitb5b1aca92b2793175d3662071fd288d84c6f18c8
treec12f1dc0e2891099557a830c4e681939d7e020ed
parent667bf1e48f1af4e9bba3d6d2805ec2fbb1b145c6
Fix gBS->Stall bug. The current code would only stall for a single timer tick. Fixing this issue exposed another issue with time slip in the stall that was also fixed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11414 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Sec/UnixThunk.c