Commit 9561fefc authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Add struct p_format to union mips_instruction.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0bc1c157
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment