mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 17:50:19 +02:00
* simplified tx86pointerdef.createx86
git-svn-id: trunk@32064 -
This commit is contained in:
parent
c81290bc94
commit
9b310ea9b4
@ -121,9 +121,8 @@ implementation
|
||||
|
||||
constructor tx86pointerdef.createx86(def: tdef; x86typ: tx86pointertyp);
|
||||
begin
|
||||
tabstractpointerdef(self).create(pointerdef,def);
|
||||
x86pointertyp := x86typ;
|
||||
has_pointer_math:=cs_pointermath in current_settings.localswitches;
|
||||
inherited create(def);
|
||||
x86pointertyp:=x86typ;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user