| commit | ebf7183b4ffe54f8a809336eb79996aaa48455f1 | [log] [tgz] |
|---|---|---|
| author | Jacek Caban <jacek@codeweavers.com> | Sat Mar 22 12:53:00 2025 +0100 |
| committer | Jacek Caban <jacek@codeweavers.com> | Mon Mar 31 14:39:53 2025 +0200 |
| tree | d0080760613e17184a0ee924170f0d16a08724ab | |
| parent | ecc01089f255adff608abab6ac172b11418a0c67 [diff] |
crt: Avoid memset call in profile_ctl. In preparation for building the CRT with -fno-builtin. This allows the compiler to zero memory without making an actual library call. Signed-off-by: Jacek Caban <jacek@codeweavers.com>