diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2023-04-06 13:52:42 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-10 14:19:57 +0000 |
commit | f1d31a6ec7d5a4251d441a62b2cc6f11f0f49da4 (patch) | |
tree | 5672d0cce3591b820041ebaacf98e45869c07b45 /ArmPlatformPkg/MemoryInitPei | |
parent | 9e7b042ecba5f78f9fb72d6bb50f8dbc5a32ecac (diff) | |
download | edk2-f1d31a6ec7d5a4251d441a62b2cc6f11f0f49da4.tar.gz |
StandaloneMmPkg: Update code to be more C11 compliant by using __func__
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among
others support, while __func__ was standardized in C99.
Since it's more standard, replace __FUNCTION__ with __func__ throughout
StandaloneMmPkg.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPlatformPkg/MemoryInitPei')
0 files changed, 0 insertions, 0 deletions