#
b5b6a81a |
| 04-Apr-2016 |
Nigel Croxon <nigel.croxon@hpe.com> |
When copying structs, some compilers (e.g. MSVC for ARM) will use an implicit call to memcpy(), which can result in an undefined reference. Use CopyMem() to duplicate struct data instead. NB: This pa
When copying structs, some compilers (e.g. MSVC for ARM) will use an implicit call to memcpy(), which can result in an undefined reference. Use CopyMem() to duplicate struct data instead. NB: This patch also removes trailing whitespaces in event.c
Signed-off-by: Pete Batard <pbatard@users.sf.net> Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
show more ...
|