Re: [fpc-devel] Same 64bit assembly code compiles under windows but not in linux (fpc 260)

2012-10-02 Thread Jeppe Græsdal Johansen
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. Also, wouldn't MOVD XMM5, [Bias] imply that you are moving from the address stored i

[fpc-devel] Same 64bit assembly code compiles under windows but not in linux (fpc 260)

2012-10-02 Thread luiz americo pereira camara
Hi, I'm porting some Delphi assembly code. It worked fine with fpc 2.6.0 i386-64bit windows compiler When i tried the same code with fpc 2.6.0 i386-64bit for linux it failed to compile with the following error: Error: Asm: 16 or 32 Bit references not supported at the line // Load XMM5

Re: [fpc-devel] corba interface casting

2012-10-02 Thread Michael Schnell
On 10/02/2012 12:50 AM, Paul Ishenin wrote: Yes, but it does not work. It can't but it should provide a more decent error message.- -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-de