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

Commit 8d197f3d authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[MIPS] Fix rdhwr_op definition.

parent 565200a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -74,7 +74,7 @@ enum spec3_op {
	ins_op, dinsm_op, dinsu_op, dins_op,
	ins_op, dinsm_op, dinsu_op, dins_op,
	bshfl_op = 0x20,
	bshfl_op = 0x20,
	dbshfl_op = 0x24,
	dbshfl_op = 0x24,
	rdhwr_op = 0x3f
	rdhwr_op = 0x3b
};
};


/*
/*