X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FStgStartup.cmm;h=33345cfcc5dd28fd21c6d70e66efe2e4b1cc2fca;hp=2f2a759c81b752b0f4c7f686b958ed82fb127f93;hb=9ff76535edb25ab7434284adddb5c64708ecb547;hpb=6a7778b95a726f460288123d0539310bb66302f4 diff --git a/rts/StgStartup.cmm b/rts/StgStartup.cmm index 2f2a759..33345cf 100644 --- a/rts/StgStartup.cmm +++ b/rts/StgStartup.cmm @@ -34,11 +34,6 @@ /* ----------------------------------------------------------------------------- Returning from the STG world. - - This is a polymorphic return address, meaning that any old constructor - can be returned, we don't care (actually, it's probably going to be - an IOok constructor, which will indirect through the vector table - slot 0). -------------------------------------------------------------------------- */ #if defined(PROFILING) @@ -49,18 +44,8 @@ #define STOP_THREAD_WORDS 0 #endif -/* A polymorhpic return address, where all the vector slots point to the - direct entry point. */ INFO_TABLE_RET( stg_stop_thread, STOP_THREAD_WORDS, STOP_THREAD_BITMAP, - STOP_FRAME, - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread), - RET_LBL(stg_stop_thread) ) + STOP_FRAME) { /* The final exit.