Searched defs:FuncType (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/tests/ | ||
H A D | test-i386.c | 2029 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 78 milliseconds