Fix chained field expressions losing lvalue-ness. (bug 6298)
This commit is contained in:
parent
b3bb37323d
commit
90ff154598
@ -2334,6 +2334,7 @@ restart:
|
||||
implicitthis = &thisval;
|
||||
break;
|
||||
case FER_Accessor:
|
||||
lvalue = TRUE;
|
||||
goto restart;
|
||||
default:
|
||||
assert(false);
|
||||
|
Loading…
Reference in New Issue
Block a user