From 92d34d04fbacf6a32938137f725bd505f96ac4bb Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Fri, 10 Apr 2026 00:00:56 +0200 Subject: [PATCH] Remove code_ptr type from LR in A32 Workaround for a bug in IDA and matches gdb/features/arm/arm-core.xml --- src/core/debugger/gdbstub_arch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/debugger/gdbstub_arch.cpp b/src/core/debugger/gdbstub_arch.cpp index fec75c3432..5c5f3e8704 100644 --- a/src/core/debugger/gdbstub_arch.cpp +++ b/src/core/debugger/gdbstub_arch.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project @@ -283,7 +283,7 @@ std::string_view GDBStubA32::GetTargetXML() const { - +