~kris/9p

9hist

c87eeb187fb5f5063d24cfa27b04837145997cca — David du Colombier 24 years ago 3a86803
Plan 9 from Bell Labs 2002-08-29
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/trap.c
M pc/trap.c => pc/trap.c +1 -1
@@ 652,7 652,7 @@ notify(Ureg* ureg)
	if(up->nnote == 0)
		return 0;

	if(user && up->fpstate == FPactive){
	if(up->fpstate == FPactive){
		fpsave(&up->fpsave);
		up->fpstate = FPinactive;
	}