This commit is contained in:
David Rose 2007-06-22 01:42:04 +00:00
parent 396c995001
commit f7bc9ecc33

View File

@ -217,7 +217,7 @@ void save_thread_context(struct ThreadContext *context,
void
switch_to_thread_context(struct ThreadContext *context) {
longjmp(context->_jmp_context, 1)
longjmp(context->_jmp_context, 1);
/* Shouldn't get here. */
abort();