Fix segfault of romcc when complex assignment operators
authorPatrick Georgi <patrick.georgi@coresystems.de>
Sun, 14 Mar 2010 22:20:57 +0000 (22:20 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Sun, 14 Mar 2010 22:20:57 +0000 (22:20 +0000)
commitf761aef9326ebbb9d2018feaaf3471e2a15f471b
treef48b1a99780dc65b2dc648ccc31c6182fa56d3e7
parentcc6692695588efee192a64e1f70bdb343b2b39c5
Fix segfault of romcc when complex assignment operators
were applied to non-trivial LHSs, eg.  c[4] |= 1;

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5210 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/romcc/romcc.c