Fixed vax build issue when building on a vax.
This commit is contained in:
parent
7c51414228
commit
3cc10c3f71
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ return rpackg (&a, flo); /* return frac */
|
|||
|
||||
/* Floating add */
|
||||
|
||||
void vax_fadd (UFP *a, UFP *b)
|
||||
void vax_fadd (UFP *a, UFP *b, uint32 mhi, uint32 mlo)
|
||||
{
|
||||
int32 ediff;
|
||||
UFP t;
|
||||
|
|
Loading…
Add table
Reference in a new issue