Browse Source

* fix NOP opcode

git-svn-id: trunk@4732 -
peter 19 years ago
parent
commit
088949b864
1 changed files with 1 additions and 1 deletions
  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