Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

MIPS: Add struct p_format to union mips_instruction.

parent 0bc1c157
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;