tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.38k stars 2.4k forks source link

MdeModulePkg/RuntimeResetSystemLib: Make global static #5860

Open makubacki opened 6 days ago

makubacki commented 6 days ago

Description

Makes the mInternalRT global static in this library instance to avoid conflicting with other code such as a global variable with the same name in MdePkg/Library/UefiRuntimeLib.

How This Was Tested

Integration Instructions