opcodes/aarch64: make aarch64_ext_ldst_reglist()'s data[] static const There's no reason to have the compiler materialize such an object onto the stack. And there's also no reason to allow the array to be modifiable.