[fpc-devel] Internal error 200501051

Francesco Lombardi francky74 at gmail.com
Thu Jan 19 17:34:21 CET 2006


Trying to compile this code

  procedure SystemCall(n: integer); assembler; inline;
  asm
    MOV    R0, R0, LSL #0x10
    SWI    R0
  end;

I get this internal error 200501051 on the '#' character. Is it an error in
my code or it is a compiler related issue?



More information about the fpc-devel mailing list