summaryrefslogtreecommitdiff
path: root/gen-i386.h
blob: a5d7f5989836f382ca2b8e14cdb09a2fd1f523c4 (plain)
1
2
3
4
5
6
7
8
static inline void gen_start(void)
{
}

static inline void gen_end(void)
{
    *gen_code_ptr++ = 0xc3; /* ret */
}