summaryrefslogtreecommitdiff
path: root/cgport.h
diff options
context:
space:
mode:
authorJohn van Groningen2006-04-25 09:33:54 +0000
committerJohn van Groningen2006-04-25 09:33:54 +0000
commit2ba61fa3c53ad0df66f61a7f0699e097a78e54ad (patch)
tree5cc8b515aa345e1113cc63b12b9a4bff5bd629ca /cgport.h
parentcompute register uses for GFROMF and GTOF (diff)
enable NEW_DESCRIPTORS for sparc
Diffstat (limited to 'cgport.h')
-rw-r--r--cgport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgport.h b/cgport.h
index a0ee42d..975159f 100644
--- a/cgport.h
+++ b/cgport.h
@@ -18,7 +18,7 @@
# endif
#endif
-#if defined (I486) || defined (G_POWER)
+#if defined (I486) || defined (G_POWER) || defined (sparc)
# define NEW_DESCRIPTORS
#endif