| plan 9 kernel history: overview | file list | diff list |
2000/0902/bitsy/dat.h (diff list | history)
| 2000/0831/sys/src/9/bitsy/dat.h:34,39 – 2000/0902/sys/src/9/bitsy/dat.h:34,48 (short | long | prev | next) | ||
| 2000/0831 | /* * no floating point, hence nothing to save */ | |
| 2000/0902 | /* * FPsave.status */ enum { FPinit, FPinactive, }; | |
| 2000/0831 | struct FPsave { int dummy; | |