Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison SSR.h @ 26:9abe1ac89aca
Update assembler code to 64bit
| author | Nina Engelhardt |
|---|---|
| date | Mon, 29 Aug 2011 13:42:28 +0200 |
| parents | fef69b887df4 |
| children | 2c146b6b3890 |
comparison
equal
deleted
inserted
replaced
| 9:47984420188c | 10:2f93e6842a91 |
|---|---|
| 33 VirtProcr *VPCurrentlyExecuting; | 33 VirtProcr *VPCurrentlyExecuting; |
| 34 PrivQueueStruc *waitingVPQ; | 34 PrivQueueStruc *waitingVPQ; |
| 35 } | 35 } |
| 36 SSRTrans; | 36 SSRTrans; |
| 37 | 37 |
| 38 /*WARNING: assembly hard-codes position of endInstrAddr as first field | |
| 39 */ | |
| 38 typedef struct | 40 typedef struct |
| 39 { | 41 { |
| 40 void *endInstrAddr; | 42 void *endInstrAddr; |
| 41 int32 hasBeenStarted; | 43 int32 hasBeenStarted; |
| 42 int32 hasFinished; | 44 int32 hasFinished; |
