[Libomptarget][NFC} Fix missing newline in error message

This commit is contained in:
Joseph Huber 2022-02-23 08:09:53 -05:00
parent 3c840e3c00
commit 5dd0c39638
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ void *SharedMemorySmartStackTy::push(uint64_t Bytes) {
if (config::isDebugMode(config::DebugKind::CommonIssues))
PRINT("Shared memory stack full, fallback to dynamic allocation of global "
"memory will negatively impact performance.");
"memory will negatively impact performance.\n");
void *GlobalMemory = memory::allocGlobal(
AlignedBytes, "Slow path shared memory allocation, insufficient "
"shared memory stack memory!");