david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

More assertions

This commit is contained in:
Michael Brown 2007-02-01 02:18:22 +00:00
parent c650c8c84a
commit f06059ab97
1 changed files with 1 additions and 0 deletions

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;
}