Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff MasterLoop.c @ 30:c8823e0bb2b4
Started adding own version of malloc and free
Just in case they're using TLS and causing the issues
| author | Me |
|---|---|
| date | Mon, 09 Aug 2010 02:24:31 -0700 |
| parents | 0e008278fe3c |
| children | e69579a0e797 |
line diff
1.1 --- a/MasterLoop.c Wed Jul 28 13:12:10 2010 -0700 1.2 +++ b/MasterLoop.c Mon Aug 09 02:24:31 2010 -0700 1.3 @@ -194,7 +194,7 @@ 1.4 movl %4, %%esp; \ 1.5 movl %5, %%ebp; \ 1.6 movl $0x0, (%%ebx); \ 1.7 - jmp %%eax " \ 1.8 + jmp %%eax;" \ 1.9 /* outputs */ : "=g" (stackPtrAddr), "=g" (framePtrAddr), \ 1.10 "=g"(stillRunningAddr) \ 1.11 /* inputs */ : "g" (jmpPt), "g"(coreLoopStackPtr), "g"(coreLoopFramePtr)\
