summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.cpp
diff options
context:
space:
mode:
authorGravatar Kelebek12023-01-14 19:53:55 +0000
committerGravatar Kelebek12023-01-14 19:53:55 +0000
commit42b16bb33ab0a0bb5b8e4032753fbe67bc85844f (patch)
tree329775ff39c761ad64ee9a045edd5a983677d90b /src/core/arm/arm_interface.cpp
parentMove demangle impl to cpp (diff)
downloadyuzu-42b16bb33ab0a0bb5b8e4032753fbe67bc85844f.tar.gz
yuzu-42b16bb33ab0a0bb5b8e4032753fbe67bc85844f.tar.xz
yuzu-42b16bb33ab0a0bb5b8e4032753fbe67bc85844f.zip
Be careful of mangled out of bounds read
Diffstat (limited to 'src/core/arm/arm_interface.cpp')
-rw-r--r--src/core/arm/arm_interface.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/arm/arm_interface.cpp b/src/core/arm/arm_interface.cpp
index a34200539..8aa7b9641 100644
--- a/src/core/arm/arm_interface.cpp
+++ b/src/core/arm/arm_interface.cpp
@@ -1,10 +1,6 @@
1// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project 1// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
2// SPDX-License-Identifier: GPL-2.0-or-later 2// SPDX-License-Identifier: GPL-2.0-or-later
3 3
4#ifndef _MSC_VER
5#include <cxxabi.h>
6#endif
7
8#include <map> 4#include <map>
9#include <optional> 5#include <optional>
10 6