X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=includes%2FTSO.h;h=4621d4ad69f1473f913cc8af67956d9b4ef8e032;hb=73566e25d75588185b0581722406da5c48965c51;hp=0c3e4eec384b14acf32e95352c92abcdaef1ef85;hpb=6bf790bab31b9bb8791e2adc46c8ff511392419f;p=ghc-hetmet.git diff --git a/includes/TSO.h b/includes/TSO.h index 0c3e4ee..4621d4a 100644 --- a/includes/TSO.h +++ b/includes/TSO.h @@ -248,11 +248,7 @@ extern StgTSO dummy_tso; /* this is the NIL ptr for a TSO queue (e.g. runnable queue) */ -#if IN_STG_CODE -#define END_TSO_QUEUE (stg_END_TSO_QUEUE_closure) -#else #define END_TSO_QUEUE ((StgTSO *)(void*)&stg_END_TSO_QUEUE_closure) -#endif #if defined(PAR) || defined(GRAN) /* this is the NIL ptr for a blocking queue */