1
0
Fork 0
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:
Brian Fiete 2020-04-03 12:32:42 -07:00
parent 2c6a72ba68
commit aaccaa97e2
5 changed files with 40 additions and 10 deletions

View file

@ -85,3 +85,6 @@ void BpDump();
#define BP_ALLOC_RAW_T(T)
#endif
void* StompAlloc(int size);
void StompFree(void* addr);