| 216 | } |
| 217 | |
| 218 | void LMemoryBlock::setBitRange(int bitRangeStart, int numBits, int binaryNumberToApply) |
| 219 | { |
| 220 | return (MemoryBlock::setBitRange(bitRangeStart, numBits, binaryNumberToApply)); |
| 221 | } |
| 222 | |
| 223 | void LMemoryBlock::wrapForLua (lua_State *L) |
| 224 | { |
no outgoing calls
no test coverage detected