diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-05 07:34:01 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-05 07:34:01 +0000 |
commit | b5040d49af2e28bfa09f4a40f18aa62788e8df49 (patch) | |
tree | 671566878b7dd8b7f95427e9895070c1160c848f /sim/mips/mips.igen | |
parent | 5f6aa755b6b622488a441b9ddc76b56a0844c2b0 (diff) | |
download | gdb-b5040d49af2e28bfa09f4a40f18aa62788e8df49.zip gdb-b5040d49af2e28bfa09f4a40f18aa62788e8df49.tar.gz gdb-b5040d49af2e28bfa09f4a40f18aa62788e8df49.tar.bz2 |
2002-02-04 Chris Demetriou <cgd@broadcom.com>
* mips.igen: Remove gencode comment from top of file, fix
spelling in another comment.
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r-- | sim/mips/mips.igen | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen index e03f226..da55b8c 100644 --- a/sim/mips/mips.igen +++ b/sim/mips/mips.igen @@ -1,9 +1,5 @@ // -*- C -*- // -// In mips.igen, the semantics for many of the instructions were created -// using code generated by gencode. Those semantic segments could be -// greatly simplified. -// // <insn> ::= // <insn-word> { "+" <insn-word> } // ":" <format-name> @@ -274,7 +270,7 @@ // Helper: // // Check that the 64-bit instruction can currently be used, and signal -// an ReservedInstruction exception if not. +// a ReservedInstruction exception if not. // :function:::void:check_u64:instruction_word insn |