comparison ProcrContext.c @ 147:98fc8f3761a2

Small changes to make SSR & SSR Sequential work
author Merten Sach <msach@mailbox.tu-berlin.de>
date Tue, 27 Sep 2011 14:37:59 +0200
parents 521c75d64cef
children
comparison
equal deleted inserted replaced
1:6d46f19f50e5 7:2ca9d749bcf0
2 * This File contains all hardware dependent C code. 2 * This File contains all hardware dependent C code.
3 */ 3 */
4 4
5 5
6 #include "VMS.h" 6 #include "VMS.h"
7 #include "ProcrContext.h"
7 8
8 /*Create stack, then create __cdecl structure on it and put initialData and 9 /*Create stack, then create __cdecl structure on it and put initialData and
9 * pointer to the new structure instance into the parameter positions on 10 * pointer to the new structure instance into the parameter positions on
10 * the stack 11 * the stack
11 *Then put function pointer into nextInstrPt -- the stack is setup in std 12 *Then put function pointer into nextInstrPt -- the stack is setup in std