From 1b4fda06b1b2cb81e03bacc28d9b85c53c44de1b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 17 Jan 2013 15:21:03 +0100 Subject: [PATCH] --- yaml --- r: 349435 b: refs/heads/master c: 9561fefc9816e9c7a952bf0e25331e395ff03a6e h: refs/heads/master i: 349433: 217193f3687f06d394a59d48efce6e781f92773c 349431: 774690692355834f50b8b4cc51dffddf620ce1a5 v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/inst.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 38e05e7c2ac3..b8e102f8ca44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0bc1c15735f103803d76d30a9fd97ea3610eaee6 +refs/heads/master: 9561fefc9816e9c7a952bf0e25331e395ff03a6e diff --git a/trunk/arch/mips/include/asm/inst.h b/trunk/arch/mips/include/asm/inst.h index ab84064283db..33c34adbecfa 100644 --- a/trunk/arch/mips/include/asm/inst.h +++ b/trunk/arch/mips/include/asm/inst.h @@ -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;