aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-09-15 00:22:11 +0000
committerStan Shebs <shebs@codesourcery.com>1994-09-15 00:22:11 +0000
commit2b9fbee414f8a4220d298fef412215db2760a2b5 (patch)
tree0c05f7ac64967b2f2c468035de2f91df7b17e49d /gdb/remote-mips.c
parentab0434c26de3f2ebcc80fedd60e53bc97fafa912 (diff)
downloadgdb-2b9fbee414f8a4220d298fef412215db2760a2b5.zip
gdb-2b9fbee414f8a4220d298fef412215db2760a2b5.tar.gz
gdb-2b9fbee414f8a4220d298fef412215db2760a2b5.tar.bz2
* remote-mips.c (mips_error): Place NORETURN macro correctly.
* TODO: Add item about START_INFERIOR_TRAPS_EXPECTED.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 6e73fb2..b993bac 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
{