mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:09:46 +02:00
m68k: removed obsolete and wrong comment. the '881 extended type is actually 12 bytes during load/store, not 10, which means longword alignment is fine. no functional changes.
git-svn-id: trunk@33910 -
This commit is contained in:
parent
d05222990e
commit
2eeb078f3e
@ -1059,8 +1059,6 @@ unit cgcpu;
|
||||
if use_push(cgpara) and (current_settings.fputype in [fpu_68881,fpu_coldfire]) then
|
||||
begin
|
||||
cgpara.check_simple_location;
|
||||
{ FIXME: 68k cg really needs to support 2 byte stack alignment, otherwise the "Extended"
|
||||
floating point type cannot work (KB) }
|
||||
reference_reset_base(ref, NR_STACK_POINTER_REG, 0, cgpara.alignment);
|
||||
ref.direction := dir_dec;
|
||||
list.concat(taicpu.op_reg_ref(A_FMOVE,tcgsize2opsize[cgpara.location^.size],reg,ref));
|
||||
|
Loading…
Reference in New Issue
Block a user