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
This commit is contained in:
Tom Tromey 2026-04-21 08:42:39 -06:00
parent a879e037b2
commit 923f2d0fa8

View 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