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

Commit 4177017d authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Export __ucmpdi2 to modules.

parent a7c2996e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,3 +17,5 @@ word_type __ucmpdi2(unsigned long long a, unsigned long long b)
		return 2;
	return 1;
}

EXPORT_SYMBOL(__ucmpdi2);