summaryrefslogtreecommitdiff
path: root/sys/src/cmd/python/plan9.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-02-01 10:27:57 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-02-01 10:27:57 +0100
commit2dbdfe8ac73be7468e6dacc03ecf64549ed48aba (patch)
tree778510c1ee61fdc4b93adffdab230c2c83af9502 /sys/src/cmd/python/plan9.c
parent56343cafcfb47a4ef3fff0d6a8e3220ecd93518b (diff)
python: amd64 support
Diffstat (limited to 'sys/src/cmd/python/plan9.c')
-rw-r--r--sys/src/cmd/python/plan9.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/python/plan9.c b/sys/src/cmd/python/plan9.c
index 783632423..6e6912e28 100644
--- a/sys/src/cmd/python/plan9.c
+++ b/sys/src/cmd/python/plan9.c
@@ -17,8 +17,6 @@ main(int argc, char **argv)
setfcr(getfcr()&~(1<<0));
#elif defined(Tarm)
setfsr(getfsr()&~(1<<16));
-#else
-Error define code for disabling fp exceptions for your arch.
#endif
memset(&ta, 0, sizeof ta);