comparison SSR.h @ 43:07fd95a5cd31

Added NtoN construct -- but details of struct updates, aso not done yet
author Me@portablequad
date Tue, 06 Dec 2011 06:11:21 -0800
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;