From 61ab52e4fae2014c7070231e8126d50191db3d9f Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 14 May 1996 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1996-05-14 --- pc/trap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pc/trap.c b/pc/trap.c index c15a24a8ba7be553451bfcfc7f6f28777ac9a5a8..4bd13c904374379d6a33b224ecfb883cb8711ebd 100644 --- a/pc/trap.c +++ b/pc/trap.c @@ -290,9 +290,6 @@ trap(Ureg *ur) } if(v>=256 || (h = halloc.ivec[v]) == 0){ - /* an old 386 generates these fairly often, no idea why */ - if(v == 13) - goto out; /* a processor or coprocessor error */ if(v <= 16){