[lazarus] FComponent removed
Shane Miller
SMiller1 at stvgb.org
Wed Nov 3 09:05:43 EST 1999
Has anyone from FPC looked at the assmebling issue that I submitted a few days ago? It still gives the error....
Here's the info I sent previously...
>>
BUT, (there's always a but...) it doesn't assemble.
I do...
ppc386 mwcustomedit.pas
..
..
...
Assembling mwcustomedit
mwcustomedit.s: Assembler messages;
mwcustomedit.s:1273: Error: expecting operand before ","; got nothing
Warning: error while assembling exitcode 1
Fatal: There were 1 errors compiling module, stopping
I did a ppc386 -al and looked at mwcustomedit.s
Line 1506 has the error. I'll give you the code here starting with line 1505...
# [1091] Result := inherited Font;
movl ,&eax
movl 420(%eax),%edi
..
...
As you can see, it expects something before the comma.
Can someone look at this please....want me to send the .s file to someone?
>>
Shane
More information about the Lazarus
mailing list