Whether to include branch tables in the disassembly. True by default.
(&mut self, enable: bool)
| 69 | /// |
| 70 | /// True by default. |
| 71 | pub fn br_tables(&mut self, enable: bool) -> &mut Self { |
| 72 | self.br_tables = enable; |
| 73 | self |
| 74 | } |
| 75 | |
| 76 | /// Configures the offset that this function starts from, if it doesn't |
| 77 | /// start from 0. |