[commit: ghc] master: rts: detabify/dewhitespace StgStartup.cmm (1a6a610)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:32:12 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1a6a6103f59619c94f2d2818874d1a738f8fac50/ghc
>---------------------------------------------------------------
commit 1a6a6103f59619c94f2d2818874d1a738f8fac50
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:26:04 2014 -0500
rts: detabify/dewhitespace StgStartup.cmm
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
1a6a6103f59619c94f2d2818874d1a738f8fac50
rts/StgStartup.cmm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rts/StgStartup.cmm b/rts/StgStartup.cmm
index dcc0383..2a245b0 100644
--- a/rts/StgStartup.cmm
+++ b/rts/StgStartup.cmm
@@ -51,11 +51,11 @@ INFO_TABLE_RET(stg_stop_thread, STOP_FRAME,
We Leave the stack looking like this:
- +----------------+
+ +----------------+
| -------------------> return value
- +----------------+
- | stg_enter_info |
- +----------------+
+ +----------------+
+ | stg_enter_info |
+ +----------------+
The stg_enter_info is just a dummy info table so that the
garbage collector can understand the stack (there must always
More information about the ghc-commits
mailing list