diff options
| author | Aleksandar Markovic | 2018-12-26 14:40:17 +0100 |
|---|---|---|
| committer | Aleksandar Markovic | 2019-01-03 17:52:52 +0100 |
| commit | ce0f2617acf1586931bf4d6525311eae46017c37 (patch) | |
| tree | ec7abe1e271fd9ae8eb0c106517173e537bfe813 /disas/nanomips.h | |
| parent | disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type (diff) | |
| download | qemu-ce0f2617acf1586931bf4d6525311eae46017c37.tar.gz qemu-ce0f2617acf1586931bf4d6525311eae46017c37.tar.xz qemu-ce0f2617acf1586931bf4d6525311eae46017c37.zip | |
disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type
Rename the decoder of 'gpr2.reg2' gpr encoding type in nanoMIPS
disassembler.
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Diffstat (limited to 'disas/nanomips.h')
| -rw-r--r-- | disas/nanomips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/nanomips.h b/disas/nanomips.h index d928757ea3..9df1ab2487 100644 --- a/disas/nanomips.h +++ b/disas/nanomips.h @@ -111,7 +111,7 @@ private: uint64 decode_gpr_gpr4_zero(uint64 d); uint64 decode_gpr_gpr4(uint64 d); uint64 decode_gpr_gpr2_reg1(uint64 d); - uint64 encode_rd2_reg2(uint64 d); + uint64 decode_gpr_gpr2_reg2(uint64 d); uint64 copy(uint64 d); int64 copy(int64 d); |
