Skip to content

Commit c848cb2

Browse files
author
Shahab Vahedi
committed
[opcodes] arc: Fix the address for "isa_config" aux reg
1 parent 8e429d9 commit c848cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opcodes/arc-regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ DEF (0xad, ARC_OPCODE_ARCALL, NONE, se_watch)
208208
DEF (0xc0, ARC_OPCODE_ARCALL, NONE, bpu_build)
209209
DEF (0xc1, ARC_OPCODE_ARC600, NONE, arc600_build_config)
210210
DEF (0xc1, ARC_OPCODE_ARC700, NONE, isa_config)
211-
DEF (0xc1, ARC_OPCODE_ARCV2, NONE, isa_config)
211+
DEF (0xc1, ARC_OPCODE_ARCVx, NONE, isa_config)
212212
DEF (0xf4, ARC_OPCODE_ARCALL, NONE, hwp_build)
213213
DEF (0xf5, ARC_OPCODE_ARCALL, NONE, pct_build)
214214
DEF (0xf6, ARC_OPCODE_ARCALL, NONE, cc_build)

0 commit comments

Comments
 (0)