mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
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:
parent
a879e037b2
commit
923f2d0fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue