Fix-up virtual_address include

This commit is contained in:
Kenzzer 2025-10-28 09:43:09 +00:00
parent 9dc2ce5036
commit acd162ef91
No known key found for this signature in database
GPG Key ID: 64C3FD4332686DC1

View File

@ -35,5 +35,5 @@
#endif
#define _virtual_address_included
public const Address __Virtual_Address__ = 0;
public const Address PointerSize = 0; /**< Size of a pointer in bytes (same as `sizeof(void*)`) */
public const Address __Virtual_Address__ = view_as<Address>(0);
public const Address PointerSize = view_as<Address>(0); /**< Size of a pointer in bytes (same as `sizeof(void*)`) */