commit | d11250d36b4de97824c80986a20652ceaae159b4 | [log] [tgz] |
---|---|---|
author | Jamie Fox <jamie.fox@arm.com> | Tue Jan 23 18:48:31 2024 +0000 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Wed Jan 24 14:23:03 2024 +0100 |
tree | 94646a99591506143dba2c1b6377122f96968c14 | |
parent | 439d11863654b4468d74b589b569d9c49c931225 [diff] |
CC3XX: Change usage of abort() to exit() for no_os Changes the CC_PalAbort() function to call exit() instead of abort() for the no_os PAL. Since abort() prints a message to stderr before calling exit(), it causes heap allocation to be used. Signed-off-by: Jamie Fox <jamie.fox@arm.com> Change-Id: I7924800bc8e138222f161e19860c8a535236cde6