GCC 3.x WARNS: Add a break to the default case.

This commit is contained in:
Marcel Moolenaar 2002-04-20 21:56:42 +00:00
parent 82130df48c
commit 9daa5b147a

View File

@ -374,6 +374,7 @@ ptrace(struct thread *td, struct ptrace_args *uap)
break;
#endif /* PT_SETDBREGS */
default:
break;
}
write = 0;