diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 6e73fb23b0..b993bac3bb 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -283,7 +283,7 @@ static serial_t mips_desc; all hell to break loose--the rest of GDB will tend to get left in an inconsistent state. */ -static void NORETURN +static NORETURN void mips_error (va_alist) va_dcl { |