diff options
author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2023-01-14 19:53:55 +0000 |
---|---|---|
committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2023-01-14 19:53:55 +0000 |
commit | 42b16bb33ab0a0bb5b8e4032753fbe67bc85844f (patch) | |
tree | 329775ff39c761ad64ee9a045edd5a983677d90b /src/core/arm | |
parent | ce0b8d618da77fef0088067d19f5d36a13e74cbc (diff) |
Be careful of mangled out of bounds read
Diffstat (limited to 'src/core/arm')
-rw-r--r-- | src/core/arm/arm_interface.cpp | 4 |
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 @@ // SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#ifndef _MSC_VER -#include <cxxabi.h> -#endif - #include <map> #include <optional> |