diff options
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r-- | gdb/alpha-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index d6e95ca..df55bfb 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -189,7 +189,7 @@ alpha_lds (void *out, const void *in) /* Similarly, this represents exactly the conversion performed by the STS instruction. */ -static inline void +static void alpha_sts (void *out, const void *in) { ULONGEST reg, mem; |