Some fields are not always u32, use this if it goes from u32 -> u16 on 32bit
| 29 | |
| 30 | // Some fields are not always u32, use this if it goes from u32 -> u16 on 32bit |
| 31 | uint64_t ArchFieldSize(BinaryView *view) |
| 32 | { |
| 33 | return view->GetAddressSize() / 2; |
| 34 | } |
| 35 | |
| 36 | |
| 37 |
no test coverage detected