|
Lines 921-927
void ficlCompilePlatform(FICL_SYSTEM *pSys)
Link Here
|
| 921 |
dictAppendWord(dp, "findfile", ficlFindfile, FW_DEFAULT); |
921 |
dictAppendWord(dp, "findfile", ficlFindfile, FW_DEFAULT); |
| 922 |
dictAppendWord(dp, "ccall", ficlCcall, FW_DEFAULT); |
922 |
dictAppendWord(dp, "ccall", ficlCcall, FW_DEFAULT); |
| 923 |
#ifndef TESTMAIN |
923 |
#ifndef TESTMAIN |
| 924 |
#ifdef __i386__ |
924 |
#if defined(__i386__) || defined(__x86_64__) |
| 925 |
dictAppendWord(dp, "outb", ficlOutb, FW_DEFAULT); |
925 |
dictAppendWord(dp, "outb", ficlOutb, FW_DEFAULT); |
| 926 |
dictAppendWord(dp, "inb", ficlInb, FW_DEFAULT); |
926 |
dictAppendWord(dp, "inb", ficlInb, FW_DEFAULT); |
| 927 |
#endif |
927 |
#endif |