David Rose 18 rokov pred
rodič
commit
f7bc9ecc33
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      panda/src/pipeline/contextSwitch.c

+ 1 - 1
panda/src/pipeline/contextSwitch.c

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