* Get bit size associated with the file format. * It does not have to be the same as target architecture bit size. * @return Bit size. If not set return default value = 0. */
| 134 | * @return Bit size. If not set return default value = 0. |
| 135 | */ |
| 136 | unsigned FileFormat::getFileClassBits() const |
| 137 | { |
| 138 | return _fileClassBits; |
| 139 | } |
| 140 | |
| 141 | } // namespace common |
| 142 | } // namespace retdec |