| 313 | // ------------------------------------------------ |
| 314 | |
| 315 | void Int::SetDWord(int n,uint32_t b) { |
| 316 | bits[n] = b; |
| 317 | } |
| 318 | |
| 319 | // ------------------------------------------------ |
| 320 |
nothing calls this directly
no outgoing calls
no test coverage detected