]> git.proxmox.com Git - mirror_edk2.git/commit
Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAndThenOr3...
authorLiming Gao <liming.gao@intel.com>
Mon, 22 Jul 2013 06:35:48 +0000 (06:35 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Jul 2013 06:35:48 +0000 (06:35 +0000)
commit499ceb8ef084924d3e9a5e73488d9e0a67cc6d83
treec384b9cbfe41f8bd138867cda3269fcefd6fc415
parentf9cec5f1d9680b285d5adbb8db74d68e2294ec79
Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAndThenOr32 with StartBit==0 and EndBit== 31 will hang in debug tip.

Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <Ruiyu.Ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14496 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/BitField.c