| 325 | // ------------------------------------------------ |
| 326 | |
| 327 | void Int::SetDWord(int n,uint32_t b) { |
| 328 | bits[n] = b; |
| 329 | } |
| 330 | |
| 331 | // ------------------------------------------------ |
| 332 |
nothing calls this directly
no outgoing calls
no test coverage detected