comparison ProcrContext.c @ 139:99798e4438a6

Merge of Malloc2 and inter master requests
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 19 Sep 2011 16:12:01 +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