Skip to content

Commit

Permalink
Add define allocateMemoryBaseAddress function in C compiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Feb 1, 2022
1 parent 055008a commit 2cf68dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pharovm/pharo.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ void *readAddress(sqInt anExternalAddress);

EXPORT(int) isVMRunOnWorkerThread();
void setMaxStacksToPrint(sqInt anInteger);

#define allocateMemoryBaseAddress(a, b) sqAllocateMemory(a, a, b)

0 comments on commit 2cf68dc

Please sign in to comment.