Explorar o código

* avoid IE in case of unknown assembler reference syntax

git-svn-id: trunk@13364 -
florian %!s(int64=16) %!d(string=hai) anos
pai
achega
b9fddff9c4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/x86/rax86int.pas

+ 2 - 0
compiler/x86/rax86int.pas

@@ -1587,6 +1587,8 @@ Unit Rax86int;
                             oper.opr.val:=toffset;
                             oper.opr.val:=toffset;
                           end;
                           end;
                       end;
                       end;
+                    OPR_REGISTER :
+                      Message(asmr_e_invalid_reference_syntax);
                     OPR_SYMBOL:
                     OPR_SYMBOL:
                       Message(asmr_e_invalid_symbol_ref);
                       Message(asmr_e_invalid_symbol_ref);
                     else
                     else