* simplified tx86pointerdef.createx86

git-svn-id: trunk@32064 -
This commit is contained in:
Jonas Maebe 2015-10-16 19:15:34 +00:00
parent c81290bc94
commit 9b310ea9b4

View File

@ -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;