| 1868 | } |
| 1869 | |
| 1870 | void fxAccess(txMachine* the, txSlot* theSlot) |
| 1871 | { |
| 1872 | if (theSlot) |
| 1873 | the->scratch = *theSlot; |
| 1874 | else |
| 1875 | the->scratch.kind = XS_UNDEFINED_KIND; |
| 1876 | the->scratch.next = NULL; |
| 1877 | the->scratch.flag = XS_NO_FLAG; |
| 1878 | the->scratch.ID = XS_NO_ID; |
| 1879 | } |
| 1880 | |
| 1881 | /* Host */ |
| 1882 |
no outgoing calls
no test coverage detected