pkarashchenko commented on code in PR #6371: URL: https://github.com/apache/incubator-nuttx/pull/6371#discussion_r890761131
########## libs/libc/machine/xtensa/arch_memmove.S: ########## @@ -396,9 +396,6 @@ memmove: _beqz a4, .Lbackdone # avoid loading anything for zero-length copies # copy 16 bytes per iteration for word-aligned dst and unaligned src ssa8 a3 # set shift amount from byte offset -#define SIM_CHECKS_ALIGNMENT 1 /* set to 1 when running on ISS with Review Comment: Yes, so my question remains. Should we remove the definition or add `undef` before definition. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org