From f7bc9ecc3385cf383eb56f3db65ad2acfbb4b4da Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 22 Jun 2007 01:42:04 +0000 Subject: [PATCH] typo --- panda/src/pipeline/contextSwitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pipeline/contextSwitch.c b/panda/src/pipeline/contextSwitch.c index 42f23b9e6b..de6ab117f4 100644 --- a/panda/src/pipeline/contextSwitch.c +++ b/panda/src/pipeline/contextSwitch.c @@ -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();