mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-01 06:06:02 +02:00
* re-enabled tx86addnode.second_addsmallset() after its disabling was
accidentally committed a long time ago (it was done to test the generic hlcg conversion -- which in a sense was good, because it just uncovered the bug fixed in svn trunk r18792, i.e. a bug not specific to the hlcg conversion) git-svn-id: branches/jvmbackend@18795 -
This commit is contained in:
parent
1d2748fa69
commit
5e641a8fcd
@ -43,7 +43,7 @@ unit nx86add;
|
||||
procedure second_addfloatsse;
|
||||
public
|
||||
procedure second_addfloat;override;
|
||||
// procedure second_addsmallset;override;
|
||||
procedure second_addsmallset;override;
|
||||
procedure second_add64bit;override;
|
||||
procedure second_cmpfloat;override;
|
||||
procedure second_cmpsmallset;override;
|
||||
@ -330,7 +330,7 @@ unit nx86add;
|
||||
{*****************************************************************************
|
||||
AddSmallSet
|
||||
*****************************************************************************}
|
||||
(*
|
||||
|
||||
procedure tx86addnode.second_addsmallset;
|
||||
var
|
||||
setbase : aint;
|
||||
@ -433,7 +433,7 @@ unit nx86add;
|
||||
if opsize<>int_cgsize(resultdef.size) then
|
||||
location_force_reg(current_asmdata.CurrAsmList,location,int_cgsize(resultdef.size),false);
|
||||
end;
|
||||
*)
|
||||
|
||||
|
||||
procedure tx86addnode.second_cmpsmallset;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user