]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/EbcDebugger: Operands of same size for bitwise operation
authorHao Wu <hao.a.wu@intel.com>
Thu, 24 Nov 2016 02:18:19 +0000 (10:18 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 25 Nov 2016 05:34:13 +0000 (13:34 +0800)
commit0978bd0dc1084b2c1c558244bb247a4194143cc5
tree242ff4e6c18de5f431cd0e76970b6daec4080d4d
parent6bfd7ea7d65af28910779b9c72ff2e5fd3a2a54e
MdeModulePkg/EbcDebugger: Operands of same size for bitwise operation

Operands in a bitwise operation should have the same size to eliminate
unexpected results.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c