Skip to content

Commit

Permalink
oops; get the directive right in sqUnixSpurMemory.c [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Jul 22, 2021
1 parent 32aae72 commit 95a8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/vm/sqUnixSpurMemory.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ sqMakeMemoryExecutableFromToCodeToDataDelta(usqInt startAddr,
PROT_READ | PROT_EXEC) < 0)
perror("mprotect(x,y,PROT_READ | PROT_EXEC)");

# else if defined(MAP_JIT)
# elif defined(MAP_JIT)

assert(!codeToDataDelta);

Expand Down

0 comments on commit 95a8bd5

Please sign in to comment.