2012/10/2 Jeppe Græsdal Johansen <jjoha...@student.aau.dk>

>  Integer is not a specifically sized type. It might differ based on what
> platform you are on. For example, it's 16bit on i386-linux when compiled
> with mode fpc. With mode objfpc on the same platform it's 32bit.
>

The code is compiled under mode Delphi both in linux and windows

Both compilers are i386-64bit version 2.6.0

Both OS are 64bit


>
> Also, wouldn't MOVD XMM5, [Bias] imply that you are moving from the
> address stored in the Bias variable? That would make a whole lot more sense
> as to why it generates this error
>


The question is why it compiles and works under windows (both in fpc and in
Delphi) and not under Linux?

A specific bug under Linux?
A missing configuration?

Luiz
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to