Skip to content

Commit 940bb5f

Browse files
committed
gdb-xml: fix duplicate register in arm-neon.xml
Reviewed-by: Richard Henderson <[email protected]> Fixes: 56aebc8 ("Add GDB XML register description support") Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent e5e653b commit 940bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdb-xml/arm-neon.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<reg name="q8" bitsize="128" type="neon_q"/>
7777
<reg name="q9" bitsize="128" type="neon_q"/>
7878
<reg name="q10" bitsize="128" type="neon_q"/>
79-
<reg name="q10" bitsize="128" type="neon_q"/>
79+
<reg name="q11" bitsize="128" type="neon_q"/>
8080
<reg name="q12" bitsize="128" type="neon_q"/>
8181
<reg name="q13" bitsize="128" type="neon_q"/>
8282
<reg name="q14" bitsize="128" type="neon_q"/>

0 commit comments

Comments
 (0)