Searched defs:FuncType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c2029 typedef int FuncType(void); typedef
2035 printf("func1 = 0x%x\n", ((FuncType *)code)());
2038 printf("func%d = 0x%x\n", i, ((FuncType *)code)());

Completed in 68 milliseconds