Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312126
b: refs/heads/master
c: a586e14
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jul 19, 2012
1 parent adff673 commit eac6925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ee91de45a9a841ac59d597901e984b859b31bbe
refs/heads/master: a586e14f2c4932fd8d4f14f713874f84f36f91c6
4 changes: 2 additions & 2 deletions trunk/arch/mips/include/asm/inst.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ struct f_format { /* FPU register format */
unsigned int func : 6;
};

struct ma_format { /* FPU multipy and add format (MIPS IV) */
struct ma_format { /* FPU multiply and add format (MIPS IV) */
unsigned int opcode : 6;
unsigned int fr : 5;
unsigned int ft : 5;
Expand Down Expand Up @@ -324,7 +324,7 @@ struct f_format { /* FPU register format */
unsigned int opcode : 6;
};

struct ma_format { /* FPU multipy and add format (MIPS IV) */
struct ma_format { /* FPU multiply and add format (MIPS IV) */
unsigned int fmt : 2;
unsigned int func : 4;
unsigned int fd : 5;
Expand Down

0 comments on commit eac6925

Please sign in to comment.