audk/StandaloneMmPkg/Core
Michael Kubacki 1d27e58e40 StandaloneMmPkg/StandaloneMmCore: Fix compiler warning
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3204

Fixes the following compiler warning in VS2019 by changing defining
the MmramRangeCount variable to be UINTN and type casting prior
to value assignment.

\edk2\StandaloneMmPkg\Core\StandaloneMmCore.c(570): error C2220:
  the following warning is treated as an error
\edk2\StandaloneMmPkg\Core\StandaloneMmCore.c(570): warning C4244:
  '=': conversion from 'UINT64' to 'UINT32', possible loss of data

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
2021-02-11 08:52:04 +00:00
..
Dependency.c StandaloneMmPkg: Fix spell check reported errors 2021-01-07 11:13:39 +00:00
Dispatcher.c StandaloneMmPkg: Fix ECC error 9002 in Core dispatcher 2021-01-07 11:13:39 +00:00
FwVol.c StandaloneMmPkg: Fix ECC error 9001 in Standalone MM Core 2021-01-07 11:13:39 +00:00
Handle.c StandaloneMmPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:27 -07:00
InstallConfigurationTable.c StandaloneMmPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:27 -07:00
Locate.c StandaloneMmPkg: Fix spell check reported errors 2021-01-07 11:13:39 +00:00
Mmi.c StandaloneMmPkg: Fix spell check reported errors 2021-01-07 11:13:39 +00:00
Notify.c StandaloneMmPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:27 -07:00
Page.c StandaloneMmPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:27 -07:00
Pool.c StandaloneMmPkg: Fix ECC error 1001 in SMM Memory pool management 2021-01-07 11:13:39 +00:00
StandaloneMmCore.c StandaloneMmPkg/StandaloneMmCore: Fix compiler warning 2021-02-11 08:52:04 +00:00
StandaloneMmCore.h StandaloneMmPkg: Fix spell check reported errors 2021-01-07 11:13:39 +00:00
StandaloneMmCore.inf StandaloneMmPkg: generate position independent code for StMM core 2020-06-16 16:15:00 +00:00
StandaloneMmCorePrivateData.h StandaloneMmPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:27 -07:00