mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 15:46:31 +00:00
Fixed vax build issue when building on a vax.
This commit is contained in:
parent
7c51414228
commit
3cc10c3f71
@ -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…
x
Reference in New Issue
Block a user