Merge pull request #255 from alliedmodders/bug6298

Fix chained field expressions losing lvalue-ness. (bug 6298)
This commit is contained in:
David Anderson 2015-01-28 17:49:52 -08:00
commit 04c23383b1

View File

@ -2334,6 +2334,7 @@ restart:
implicitthis = &thisval; implicitthis = &thisval;
break; break;
case FER_Accessor: case FER_Accessor:
lvalue = TRUE;
goto restart; goto restart;
default: default:
assert(false); assert(false);