More assertions

This commit is contained in:
Michael Brown
2007-02-01 02:18:22 +00:00
parent c650c8c84a
commit f06059ab97

View File

@@ -305,6 +305,7 @@ UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
( struct uint64 * ) _q, ( struct uint64 * ) _r );
assert ( ( x == ( ( d * q ) + (*r) ) ) );
assert ( (*r) < d );
return q;
}