Module Name: src Committed By: rin Date: Sat Jun 27 00:43:39 UTC 2020
Modified Files: src/sys/arch/aarch64/aarch64: db_trace.c Log Message: Fix build failure due to -Werror=stack-usage. Use db_read_bytes() against particular member of structure in use, by which we can avoid to have whole structure in the stack. Now, stack usage shrinks: 4240 --> 1296 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/aarch64/aarch64/db_trace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.