Skip to content

Commit

Permalink
jump macos
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Nov 18, 2024
1 parent 844f29f commit 20bfba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Runtime/Profiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ void calcAllocInGen(Gen *gen,long *alloc, long *allocProf)
#else /*PROFILING is not defined */

void
queueMark(StringDesc *str)
profDummy()
{
return;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Runtime/Profiling.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extern long raised_exn_overflow_prof;

#else /*PROFILING not defined */

void queueMark(StringDesc *str); /* does nothing */
void profDummy(); /* does nothing */

#endif /*PROFILING*/

Expand Down

0 comments on commit 20bfba3

Please sign in to comment.