Chart visible in View

This commit is contained in:
Michael Schimmel
2025-06-24 12:02:49 +02:00
parent 9022f60376
commit 6077d094f7
2 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type
strict private
// Head of the linked list. The pointer value itself is repurposed for a spinlock.
// Bit 0 of the address stores the lock state (0 = locked, 1 = unlocked).
FList: PItem;
[volatile] FList: PItem;
// Allocates memory for a new TItem.
class function AllocItem: PItem; static; inline;