diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 10:27:57 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 10:27:57 +0100 |
commit | 2dbdfe8ac73be7468e6dacc03ecf64549ed48aba (patch) | |
tree | 778510c1ee61fdc4b93adffdab230c2c83af9502 /sys/src/cmd/python/plan9.c | |
parent | 56343cafcfb47a4ef3fff0d6a8e3220ecd93518b (diff) |
python: amd64 support
Diffstat (limited to 'sys/src/cmd/python/plan9.c')
-rw-r--r-- | sys/src/cmd/python/plan9.c | 2 |
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); |