Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[S390] Avoid static struct initializations in appldata.
Don't use static initialization for struct members containing variables because gcc would generate more code and use double space on stack. Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
- Loading branch information