summaryrefslogtreecommitdiff
path: root/cgcode.c
diff options
context:
space:
mode:
authorJohn van Groningen2004-02-06 12:54:27 +0000
committerJohn van Groningen2004-02-06 12:54:27 +0000
commit01f82d1dfe7327051352bcc2870511942ec7f8d9 (patch)
tree37258cf6e2785f64f4585defb65592e68fab7cd8 /cgcode.c
parentfix order of arguments of a generated lea instruction (diff)
remove unnecessary special case for I486
Diffstat (limited to 'cgcode.c')
-rw-r--r--cgcode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgcode.c b/cgcode.c
index e7c0d5d..f770450 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -7277,11 +7277,7 @@ static void code_descriptor (char label_name[],char node_entry_label_name[],char
store_word_in_data_section (arity);
#else
# ifdef GEN_OBJ
-# ifdef I486
- store_long_word_in_data_section ((arity<<16) | lazy_record_flag);
-# else
store_2_words_in_data_section (lazy_record_flag,arity);
-# endif
# endif
#endif
if (assembly_flag){