diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-15 00:22:11 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-15 00:22:11 +0000 |
commit | 2b9fbee414f8a4220d298fef412215db2760a2b5 (patch) | |
tree | 0c05f7ac64967b2f2c468035de2f91df7b17e49d /gdb/remote-mips.c | |
parent | ab0434c26de3f2ebcc80fedd60e53bc97fafa912 (diff) | |
download | ppe42-binutils-2b9fbee414f8a4220d298fef412215db2760a2b5.tar.gz ppe42-binutils-2b9fbee414f8a4220d298fef412215db2760a2b5.zip |
* 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.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 { |