added float support
[qemu] / gen-i386.h
1 static inline void gen_start(void)
2 {
3 }
4
5 static inline void gen_end(void)
6 {
7     *gen_code_ptr++ = 0xc3; /* ret */
8 }