Browse Source

* Fix assembler fileinfo position for x86 readers

git-svn-id: trunk@22501 -
pierre 13 years ago
parent
commit
0a755be6fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/x86/rax86.pas

+ 1 - 0
compiler/x86/rax86.pas

@@ -726,6 +726,7 @@ begin
      Message(asmr_w_enter_not_supported_by_linux);
 
   ai:=taicpu.op_none(opcode,siz);
+  ai.fileinfo:=filepos;
   ai.SetOperandOrder(OpOrder);
   ai.Ops:=Ops;
   ai.Allocate_oper(Ops);