From 01f82d1dfe7327051352bcc2870511942ec7f8d9 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 6 Feb 2004 12:54:27 +0000 Subject: remove unnecessary special case for I486 --- cgcode.c | 4 ---- 1 file changed, 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){ -- cgit v1.2.3