| 214 | } |
| 215 | |
| 216 | void fxStripCallback(txLinker* linker, txCallback which) |
| 217 | { |
| 218 | txLinkerCallback* linkerCallback = fxGetLinkerCallbackByAddress(linker, which); |
| 219 | if (linkerCallback) |
| 220 | linkerCallback->flag = 0; |
| 221 | } |
| 222 | |
| 223 | void fxStripCallbacks(txLinker* linker, txMachine* the) |
| 224 | { |
no test coverage detected