mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 22:35:46 -04:00
dep/vixl: Add Reset-to-new-buffer overload
This commit is contained in:
@ -43,6 +43,7 @@ class CodeBuffer {
|
||||
~CodeBuffer();
|
||||
|
||||
void Reset();
|
||||
void Reset(byte* buffer, size_t capacity);
|
||||
|
||||
#ifdef VIXL_CODE_BUFFER_MMAP
|
||||
void SetExecutable();
|
||||
|
Reference in New Issue
Block a user