Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [pushed] Fix typo in sim/ppc/std-config.h
@ 2026-04-21 14:47 Tom Tromey
  2026-04-21 15:08 ` Simon Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2026-04-21 14:47 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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
 

base-commit: a2dd0aa39f9f95da718b375662b8c62f4d8ce833
-- 
2.53.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-21 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-21 14:47 [pushed] Fix typo in sim/ppc/std-config.h Tom Tromey
2026-04-21 15:08 ` Simon Marchi
2026-04-21 19:43   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox