diff options
author | Michael Meissner <gnu@the-meissners.org> | 2003-08-08 23:01:28 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 2003-08-08 23:01:28 +0000 |
commit | 44d221f0b8330d920b1d0a30f4d44a634b0b6e08 (patch) | |
tree | 76dae2f6a23cd69106a36d3ae520ec802f8151cd /opcodes | |
parent | b4263afab423fef40c44538d6a5131ed01a24aae (diff) | |
download | gdb-44d221f0b8330d920b1d0a30f4d44a634b0b6e08.zip gdb-44d221f0b8330d920b1d0a30f4d44a634b0b6e08.tar.gz gdb-44d221f0b8330d920b1d0a30f4d44a634b0b6e08.tar.bz2 |
Fix typos in last change
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/cgen-ibld.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/opcodes/cgen-ibld.in b/opcodes/cgen-ibld.in index 5cf5784..316f183 100644 --- a/opcodes/cgen-ibld.in +++ b/opcodes/cgen-ibld.in @@ -78,7 +78,9 @@ static CGEN_INLINE long extract_1 static CGEN_INLINE void insert_1 (CGEN_CPU_DESC cd, unsigned long value, - int start,length,word_length, + int start, + int length, + int word_length, unsigned char *bufp) { unsigned long x,mask; @@ -320,7 +322,8 @@ put_insn_int_value (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, static CGEN_INLINE int fill_cache (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, CGEN_EXTRACT_INFO *ex_info, - int offset, bytes, + int offset, + int bytes, bfd_vma pc) { /* It's doubtful that the middle part has already been fetched so @@ -406,7 +409,7 @@ extract_1 (CGEN_CPU_DESC cd, necessary. */ static int -extract_normal (CGEN_CPU_DESC cd; +extract_normal (CGEN_CPU_DESC cd, #if ! CGEN_INT_INSN_P CGEN_EXTRACT_INFO *ex_info, #else |