From c48b49b0e95a3ecbf89835e554f1fa022219f95d Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 7 May 1999 00:08:48 +0000 Subject: [PATCH] * AG386BIN cond -> OLDASM, only cosmetic --- compiler/ag386int.pas | 7 +++++-- compiler/ag386nsm.pas | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/compiler/ag386int.pas b/compiler/ag386int.pas index 24289e6204..abdfcff0f6 100644 --- a/compiler/ag386int.pas +++ b/compiler/ag386int.pas @@ -685,7 +685,7 @@ ait_labeled_instruction : AsmWriteLn(#9#9+int_op2str[pai386_labeled(hp)^.opcode] s:=''; end; AsmWriteLn(#9#9+prefix+int_op2str[pai386(hp)^.opcode]+suffix+s); -{$endif AG386BIN} +{$endif OLDASM} end; {$ifdef GDB} ait_stabn, @@ -773,7 +773,10 @@ ait_stab_function_name : ; end. { $Log$ - Revision 1.37 1999-05-06 09:05:09 peter + Revision 1.38 1999-05-07 00:08:49 pierre + * AG386BIN cond -> OLDASM, only cosmetic + + Revision 1.37 1999/05/06 09:05:09 peter * generic write_float and str_float * fixed constant float conversions diff --git a/compiler/ag386nsm.pas b/compiler/ag386nsm.pas index 735e4302b3..9dd5511e44 100644 --- a/compiler/ag386nsm.pas +++ b/compiler/ag386nsm.pas @@ -665,7 +665,7 @@ ait_labeled_instruction : AsmWriteln(#9#9'DB'#9'09bh') else AsmWriteLn(#9#9+prefix+int_op2str[pai386(hp)^.opcode]+suffix+s); -{$endif AG386BIN} +{$endif OLDASM} end; {$ifdef GDB} ait_stabn, @@ -737,7 +737,10 @@ ait_stab_function_name : ; end. { $Log$ - Revision 1.32 1999-05-06 09:05:11 peter + Revision 1.33 1999-05-07 00:08:48 pierre + * AG386BIN cond -> OLDASM, only cosmetic + + Revision 1.32 1999/05/06 09:05:11 peter * generic write_float and str_float * fixed constant float conversions