diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:07:08 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:07:08 +0000 |
commit | 67bfcb05c487f180f33c62651b28f4136f2b3910 (patch) | |
tree | f829df8559f764fb99a6611e0d152cf0ad51423e /compiler/codeGen/CgStackery.lhs | |
parent | 4a6f2bc7c3da7e74192339502704877bfc12ccc1 (diff) | |
download | haskell-67bfcb05c487f180f33c62651b28f4136f2b3910.tar.gz |
Fix Haddock errors.
Diffstat (limited to 'compiler/codeGen/CgStackery.lhs')
-rw-r--r-- | compiler/codeGen/CgStackery.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgStackery.lhs b/compiler/codeGen/CgStackery.lhs index 4196997f7a..b8db38d4ed 100644 --- a/compiler/codeGen/CgStackery.lhs +++ b/compiler/codeGen/CgStackery.lhs @@ -303,7 +303,7 @@ emitPushUpdateFrame frame_addr updatee = do off_updatee :: ByteOff off_updatee = fixedHdrSize*wORD_SIZE + oFFSET_StgUpdateFrame_updatee -\end{code} +\end{code} %************************************************************************ |