commit | 6a35f84cebc9370f2010e9d3ee72692ba1b4b65d | [log] [tgz] |
---|---|---|
author | Richard Earnshaw <rearnsha@arm.com> | Tue Jul 15 17:32:20 2025 +0100 |
committer | Richard Earnshaw <rearnsha@arm.com> | Mon Jul 21 18:16:30 2025 +0100 |
tree | e9bb862a490896be9a72336a9035febdfe93fc52 | |
parent | 9db671074ca43fa119c5cd723c928846d5631976 [diff] |
aarch64: Fix operand name MOPS_WB_Rd -> MOPS_WB_Rn This field was misnamed in aarch64_opcode_table. It previously didn't matter too much as the name field only appeared in dumps. But it doesn't match the enum in include/opcode/aarch64.h and we will shortly start to rely on that.