* remote-mips.c (mips_error): Place NORETURN macro correctly.

* TODO: Add item about START_INFERIOR_TRAPS_EXPECTED.
This commit is contained in:
Stan Shebs
1994-09-15 00:22:11 +00:00
parent ab0434c26d
commit 2b9fbee414
3 changed files with 10 additions and 2 deletions

View File

@@ -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
{