diff --git a/compiler/x86/agx86nsm.pas b/compiler/x86/agx86nsm.pas index cfd24b5e52..16228ca5c4 100644 --- a/compiler/x86/agx86nsm.pas +++ b/compiler/x86/agx86nsm.pas @@ -1038,6 +1038,7 @@ interface {$endif} {$ifdef i8086} AsmWriteLn('BITS 16'); + AsmWriteLn('CPU 286'); {$else i8086} AsmWriteLn('BITS 32'); {$endif i8086}