| 991 | } |
| 992 | |
| 993 | void fxUnstripCallback(txLinker* linker, txCallback which) |
| 994 | { |
| 995 | txLinkerCallback* linkerCallback = fxGetLinkerCallbackByAddress(linker, which); |
| 996 | if (linkerCallback) |
| 997 | linkerCallback->flag = 1; |
| 998 | } |
| 999 | |
| 1000 | void fxUnstripCallbacks(txLinker* linker) |
| 1001 | { |
no test coverage detected