ashldi3: Use C89-style function definition
Use the 'prototype' style function definition. No functional change. Sponsored by: Netflix
This commit is contained in:
@@ -43,9 +43,7 @@ __FBSDID("$FreeBSD$");
|
||||
* This is the same as logical shift left!
|
||||
*/
|
||||
quad_t
|
||||
__ashldi3(a, shift)
|
||||
quad_t a;
|
||||
qshift_t shift;
|
||||
__ashldi3(quad_t a, qshift_t shift)
|
||||
{
|
||||
union uu aa;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user