mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +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 */
|
||||
|
||||
void vax_fadd (UFP *a, UFP *b)
|
||||
void vax_fadd (UFP *a, UFP *b, uint32 mhi, uint32 mlo)
|
||||
{
|
||||
int32 ediff;
|
||||
UFP t;
|
||||
|
||||
Reference in New Issue
Block a user