FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same value
[ghc-hetmet.git] / rts / StgRun.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2004
4  *
5  * Tiny assembler 'layer' between the C and STG worlds.
6  * 
7  ---------------------------------------------------------------------------- */
8
9 #ifndef STGRUN_H
10 #define STGRUN_H
11
12 extern StgRegTable * StgRun(StgFunPtr f, StgRegTable *basereg);
13
14 RTS_FUN(StgReturn);
15
16 #endif /* STGRUN_H */