]> git.proxmox.com Git - qemu.git/blame - gen-i386.h
added cmov instruction
[qemu.git] / gen-i386.h
CommitLineData
367e86e8
FB
1static inline void gen_start(void)
2{
3}
4
5static inline void gen_end(void)
6{
7 *gen_code_ptr++ = 0xc3; /* ret */
8}