5fd66ae01e
Until now the address operator only worked with simple variables. Now it works with arbitrary expressions (that are lvalues or function names). So for example this now works: struct S { int a[10]}; int f(struct S* p) { return &p->a[3]; } |
||
---|---|---|
.. | ||
tests | ||
acc.cpp | ||
Android.mk | ||
armreg.h | ||
disassem.cpp | ||
disassem.h | ||
FEATURES | ||
LICENSE | ||
MODULE_LICENSE_BSD_LIKE |