mirror of
https://github.com/simh/simh.git
synced 2026-05-02 06:15:23 +00:00
Fixed vax build issue when building on a vax.
This commit is contained in:
@@ -906,7 +906,7 @@ return rpackg (&a, flo); /* return frac */
|
|||||||
|
|
||||||
/* Floating add */
|
/* Floating add */
|
||||||
|
|
||||||
void vax_fadd (UFP *a, UFP *b)
|
void vax_fadd (UFP *a, UFP *b, uint32 mhi, uint32 mlo)
|
||||||
{
|
{
|
||||||
int32 ediff;
|
int32 ediff;
|
||||||
UFP t;
|
UFP t;
|
||||||
|
|||||||
Reference in New Issue
Block a user