comparison ProcrContext.c @ 206:a262abf4b8d5

brch file for new WestmereEx 4x10 HW Branch
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 17 Feb 2012 18:43:52 +0100
parents 521c75d64cef
children
comparison
equal deleted inserted replaced
1:6d46f19f50e5 10:1ac0d98b9b80
26 newPr->initialData = initialData; 26 newPr->initialData = initialData;
27 newPr->requests = NULL; 27 newPr->requests = NULL;
28 newPr->schedSlot = NULL; 28 newPr->schedSlot = NULL;
29 29
30 /* 30 /*
31 * Hardware dependent part 31 * Hardware dependent part, because of x86_64 calling convention
32 */ 32 */
33 //instead of calling the function directly, call a wrapper function to fetch 33 //instead of calling the function directly, call a wrapper function to fetch
34 //arguments from stack 34 //arguments from stack
35 newPr->nextInstrPt = (VirtProcrFnPtr)&startVirtProcrFn; 35 newPr->nextInstrPt = (VirtProcrFnPtr)&startVirtProcrFn;
36 36