audk/MdeModulePkg/Core/Dxe/Mem
Jian J Wang f9ebb0b131 MdeModulePkg/Core: Fix build error with old Visual Studio
The build error is introduced by following check in:
  2930ef9809
  235a4490c8

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: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2017-11-20 14:44:21 +08:00
..
HeapGuard.c MdeModulePkg/Core: Fix build error with old Visual Studio 2017-11-20 14:44:21 +08:00
HeapGuard.h MdeModulePkg/DxeCore: Implement heap guard feature for UEFI 2017-11-17 11:03:17 +08:00
Imem.h MdeModulePkg/DxeCore: Implement heap guard feature for UEFI 2017-11-17 11:03:17 +08:00
MemData.c
MemoryProfileRecord.c MdeModulePkg DxeCore: Remove unreferenced symbol for memory profile 2017-03-15 16:47:20 +08:00
Page.c MdeModulePkg/DxeCore: Implement heap guard feature for UEFI 2017-11-17 11:03:17 +08:00
Pool.c MdeModulePkg/DxeCore: Implement heap guard feature for UEFI 2017-11-17 11:03:17 +08:00