mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
sim: mips: fix qh_acc table
The AccAddLQH func was unused, and looking at this table, it looks like it's due to a typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* mdmx.c (qh_acc): Change 2nd AccAddAQH to AccAddLQH.
|
||||||
|
|
||||||
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
@ -772,7 +772,7 @@ AccAbsDiffOB(signed24 *a, unsigned8 ts, unsigned8 tt)
|
|||||||
/* Dispatch tables for operations that update a CPR. */
|
/* Dispatch tables for operations that update a CPR. */
|
||||||
|
|
||||||
static const QH_ACC qh_acc[] = {
|
static const QH_ACC qh_acc[] = {
|
||||||
AccAddAQH, AccAddAQH, AccMulAQH, AccMulLQH,
|
AccAddAQH, AccAddLQH, AccMulAQH, AccMulLQH,
|
||||||
SubMulAQH, SubMulLQH, AccSubAQH, AccSubLQH,
|
SubMulAQH, SubMulLQH, AccSubAQH, AccSubLQH,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user