dect
/
linux-2.6
Archived
13
0
Fork 0

MIPS: Add struct p_format to union mips_instruction.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2013-01-17 15:21:03 +01:00
parent 0bc1c15735
commit 9561fefc98
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ union mips_instruction {
struct u_format u_format;
struct c_format c_format;
struct r_format r_format;
struct p_format p_format;
struct f_format f_format;
struct ma_format ma_format;
struct b_format b_format;