Home
last modified time | relevance | path

Searched refs:FuncType (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c2036 typedef int FuncType(void); typedef
2042 printf("func1 = 0x%x\n", ((FuncType *)code)()); in test_self_modifying_code()
2045 printf("func%d = 0x%x\n", i, ((FuncType *)code)()); in test_self_modifying_code()