mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@3350 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7caee98fc0
commit
2ebb276929
@ -62,7 +62,7 @@ void __fastcall__ free (void* block);
|
|||||||
|
|
||||||
/* Non standard memory management functions */
|
/* Non standard memory management functions */
|
||||||
|
|
||||||
void* __fastcall__ _aligned_malloc (size_t size, size_t alignment)
|
void* __fastcall__ _aligned_malloc (size_t size, size_t alignment);
|
||||||
/* Allocate a block of memory with the given size, which is aligned to a
|
/* Allocate a block of memory with the given size, which is aligned to a
|
||||||
* memory address that is a multiple of alignment. alignment MUST NOT be
|
* memory address that is a multiple of alignment. alignment MUST NOT be
|
||||||
* zero and MUST be a power of two, otherwise a call to this function will
|
* zero and MUST be a power of two, otherwise a call to this function will
|
||||||
|
Loading…
Reference in New Issue
Block a user