commit | 3009ffe06c8ede5fbb7c9d37dfc731ce2c8fdf45 | [log] [tgz] |
---|---|---|
author | Tsukasa OI <research_trasio@irq.a4lg.com> | Sat Aug 27 13:33:51 2022 +0000 |
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | Fri Oct 14 05:21:41 2022 +0000 |
tree | 11d3fe8d2fe223c8b7dedc4d17c1b9d5126693ea | |
parent | 354c1c098abe2b5cbc9da9751d29c5e5a0072376 [diff] |
opcodes/riscv-dis.c: Make XLEN variable static Before changing the core disassembler, we take care of minor code clarity issues and improve readability. Since xlen variable is not (and should not) used outside riscv-dis.c, this commit makes this variable static. opcodes/ChangeLog: * riscv-dis.c (xlen): Make this variable static.