From 923f2d0fa88cd08dc0ac37591cdea11a217229ab Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 21 Apr 2026 08:42:39 -0600 Subject: [PATCH] Fix typo in sim/ppc/std-config.h A user noticed a typo in a preprocessor condition in sim/ppc/std-config.h. This fixes it. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34087 --- sim/ppc/std-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index d1cd981fb62..f544285d493 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -584,7 +584,7 @@ extern int current_stdio; /* idecode acts as the hub of the system, everything else is imported into this file */ -#ifndef IDECOCE_INLINE +#ifndef IDECODE_INLINE #define IDECODE_INLINE INLINE_LOCALS #endif