Skip to content

Commit

Permalink
Fixing declaration of function
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 8, 2022
1 parent 0aead05 commit 8c162f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extracted/vm/src/win/sqWin32SpurAlloc.c
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#define EXCEPTION_WRONG_ACCESS EXCEPTION_EXECUTE_HANDLER
#endif

void *
sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt size, void *minAddress, sqInt *allocatedSizePointer);

LONG CALLBACK sqExceptionFilter(LPEXCEPTION_POINTERS exp)
{
/* always wrong access - we handle memory differently now */
Expand Down

0 comments on commit 8c162f0

Please sign in to comment.