]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in sim/ppc/std-config.h
authorTom Tromey <tromey@adacore.com>
Tue, 21 Apr 2026 14:42:39 +0000 (08:42 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 21 Apr 2026 14:47:46 +0000 (08:47 -0600)
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

index d1cd981fb62f436994db1d1b5575501af0af17c1..f544285d493fab8053302ef05d85f91f8dcf1066 100644 (file)
@@ -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