* Helmut Grohne <[email protected]>, 2011-12-03, 14:07:
| debug.c:695:11: error: lvalue required as left operand of assignment | make[1]: *** [debug.o] Error 1 | make: *** [build-stamp] Error 2
The line in question is:
REG_PC = value;
REG_PC is unfortunate name, because:
$ grep -r REG_PC /usr/include/sys
/usr/include/sys/ucontext.h:#define REG_PC (1)
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

