summaryrefslogtreecommitdiff
path: root/rts/StgRun.h
blob: 356c40dba2bbc74b2f032325258511a538aaaf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team, 1998-2004
 *
 * Tiny assembler 'layer' between the C and STG worlds.
 *
 ---------------------------------------------------------------------------- */

#pragma once

RTS_PRIVATE StgRegTable * StgRun (StgFunPtr f, StgRegTable *basereg);

#if defined(mingw32_HOST_OS)
StgWord8 *win32AllocStack(void);
#endif