diff ProcrContext.h @ 78:521c75d64cef

Version before optimization
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 04 Jul 2011 19:45:43 +0200
parents fe5ec83f1baf
children dbfc8382d546 c11b9dcf6d24 d1dd9e6ee72c
line diff
     1.1 --- a/ProcrContext.h	Wed Jun 22 16:12:27 2011 +0200
     1.2 +++ b/ProcrContext.h	Mon Jul 04 19:45:43 2011 +0200
     1.3 @@ -20,6 +20,8 @@
     1.4  
     1.5  void startVirtProcrFn();
     1.6  
     1.7 +void *asmTerminateCoreLoop(VirtProcr *currPr);
     1.8 +
     1.9  #define flushRegisters() \
    1.10          asm volatile ("":::"%rbx", "%r12", "%r13","%r14","%r15")
    1.11