projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eabf76a
)
disas: nanoMIPS: Add a note on documentation
author
Aleksandar Markovic
<amarkovic@wavecomp.com>
Wed, 26 Dec 2018 18:06:47 +0000
(19:06 +0100)
committer
Aleksandar Markovic
<amarkovic@wavecomp.com>
Thu, 3 Jan 2019 16:52:52 +0000
(17:52 +0100)
Add "nanoMIPS32 Instruction Set Technical Reference Manual" as
a reference.
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
disas/nanomips.cpp
patch
|
blob
|
history
diff --git
a/disas/nanomips.cpp
b/disas/nanomips.cpp
index d6632bbffe294ff139bdf66b75223cc211e4b6da..17f4c22d4f09f3bdfba617b976d379e1a26290de 100644
(file)
--- a/
disas/nanomips.cpp
+++ b/
disas/nanomips.cpp
@@
-20,6
+20,13
@@
*
*/
+/*
+ * Documentation used while implementing this component:
+ *
+ * [1] "MIPSĀ® Architecture Base: nanoMIPS32(tm) Instruction Set Technical
+ * Reference Manual", Revision 01.01, April 27, 2018
+ */
+
extern "C" {
#include "qemu/osdep.h"
#include "disas/bfd.h"