Browse Source

* fix NOP opcode

git-svn-id: trunk@4732 -
peter 19 năm trước cách đây
mục cha
commit
088949b864
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/aggas.pas

+ 1 - 1
compiler/aggas.pas

@@ -533,7 +533,7 @@ implementation
 {$ifdef x86}
                        { force NOP as alignment op code }
                        else if CurrSecType=sec_code then
-                         AsmWrite(',90');
+                         AsmWrite(',0x90');
 {$endif x86}
                      end
                    else