Skip to content
Commit f9ebb0b1 authored by Jian J Wang's avatar Jian J Wang Committed by Star Zeng
Browse files

MdeModulePkg/Core: Fix build error with old Visual Studio



The build error is introduced by following check in:
  2930ef98
  235a4490

The Visual Studio older than 2015 doesn't support constant integer
in binary format (0bxxx). This patch changes them to BIT macro to
fix it. This patch also cleans up coding style about unmatched
comment for return value.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: default avatarJian J Wang <jian.j.wang@intel.com>
Reviewed-by: default avatarStar Zeng <star.zeng@intel.com>
parent 94edadf5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment