Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison MasterLoop.c @ 37:d6367cd40e21
Change in a comment from VMSHW to SSR
| author | Me |
|---|---|
| date | Wed, 01 Sep 2010 09:18:40 -0700 |
| parents | 0e008278fe3c |
| children | e69579a0e797 |
comparison
equal
deleted
inserted
replaced
| 7:f406a2edf225 | 8:acd91b87dcdc |
|---|---|
| 192 movl %2, %%ebx; \ | 192 movl %2, %%ebx; \ |
| 193 movl %3, %%eax; \ | 193 movl %3, %%eax; \ |
| 194 movl %4, %%esp; \ | 194 movl %4, %%esp; \ |
| 195 movl %5, %%ebp; \ | 195 movl %5, %%ebp; \ |
| 196 movl $0x0, (%%ebx); \ | 196 movl $0x0, (%%ebx); \ |
| 197 jmp %%eax " \ | 197 jmp %%eax;" \ |
| 198 /* outputs */ : "=g" (stackPtrAddr), "=g" (framePtrAddr), \ | 198 /* outputs */ : "=g" (stackPtrAddr), "=g" (framePtrAddr), \ |
| 199 "=g"(stillRunningAddr) \ | 199 "=g"(stillRunningAddr) \ |
| 200 /* inputs */ : "g" (jmpPt), "g"(coreLoopStackPtr), "g"(coreLoopFramePtr)\ | 200 /* inputs */ : "g" (jmpPt), "g"(coreLoopStackPtr), "g"(coreLoopFramePtr)\ |
| 201 /* clobber */ : "memory", "%eax", "%ebx", "%ecx", "%edx", "%edi", "%esi" \ | 201 /* clobber */ : "memory", "%eax", "%ebx", "%ecx", "%edx", "%edi", "%esi" \ |
| 202 );//can probably make clobber list empty -- but safe for now | 202 );//can probably make clobber list empty -- but safe for now |
