mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed crash related to global var alignment
This commit is contained in:
parent
2c6a72ba68
commit
aaccaa97e2
5 changed files with 40 additions and 10 deletions
|
@ -85,3 +85,6 @@ void BpDump();
|
|||
#define BP_ALLOC_RAW_T(T)
|
||||
|
||||
#endif
|
||||
|
||||
void* StompAlloc(int size);
|
||||
void StompFree(void* addr);
|
Loading…
Add table
Add a link
Reference in a new issue