1: /* 2: * This file is only of use in the PDP-11 implementation where the 3: * ldfps function is used to control the floating-point processor. 4: */ 5: #ifdef VAX 6: Global(_ldfps) # prevent null object module 7: #endif VAX 8: 9: #ifdef PORT 10: Global(_ldfps) # prevent null object module 11: #endif PORT 12: 13: #ifdef PDP11 14: / Load floating-point processor status register 15: Global(_ldfps) 16: _ldfps: 17: ldfps 2(sp) 18: rts pc 19: #endif PDP11