On 2015-10-02 13:24, James Hogan wrote:
> MIPS r6 encodes jr as jalr zero, and jr.hb as jalr.hb zero, so add these
> encodings to the MIPS disassembly table.
>
> Signed-off-by: James Hogan
> Reviewed-by: Leon Alrae
> Reviewed-by: Richard Henderson
> Cc: Aurelien Jarno
> ---
> Changes in v3:
>
MIPS r6 encodes jr as jalr zero, and jr.hb as jalr.hb zero, so add these
encodings to the MIPS disassembly table.
Signed-off-by: James Hogan
Reviewed-by: Leon Alrae
Reviewed-by: Richard Henderson
Cc: Aurelien Jarno
---
Changes in v3:
- Whoops. Fix jr.hb r6 encoding (Leon)
---
disas/mips.c | 2