Fix an errant #endif probably from the 4.17 merge.

This commit is contained in:
mark 1999-03-25 11:53:30 +00:00
parent ec21bd9cf5
commit c073877e94
1 changed files with 1 additions and 1 deletions

View File

@ -1007,6 +1007,7 @@ convert_to_extended (dbl, ptr)
{
*(double*)ptr = *dbl;
}
#endif
static int
condition_true (cond, status_reg)
@ -1112,7 +1113,6 @@ shifted_reg_val (inst, carry, pc_val, status_reg)
return res & 0xffffffff;
}
#endif
/* Return number of 1-bits in VAL. */