Rename "SafeFunction" macro to "NoSecurityAnalysis"

This commit is contained in:
EnderIce2
2024-02-04 04:31:30 +02:00
parent 11221b205a
commit b0575ba4f2
31 changed files with 157 additions and 156 deletions

View File

@ -44,7 +44,7 @@ static const char *PagefaultDescriptions[8] = {
namespace CrashHandler
{
SafeFunction void DisplayMainScreen(CRData data)
nsa void DisplayMainScreen(CRData data)
{
CPU::TrapFrame *Frame = data.Frame;