* handle vd_threadvar inside read_record_fields()

git-svn-id: trunk@39285 -
This commit is contained in:
svenbarth 2018-06-23 13:49:01 +00:00
parent 821182d518
commit 89f42fcdae

View File

@ -1785,6 +1785,8 @@ implementation
fieldvs:=tfieldvarsym(sc[i]);
fieldvs.visibility:=visibility;
hstaticvs:=make_field_static(recst,fieldvs);
if vd_threadvar in options then
include(hstaticvs.varoptions,vo_is_thread_var);
if not parse_generic then
cnodeutils.insertbssdata(hstaticvs);
if vd_final in options then