Remove static for function pointer
authorKyungwoo Lee <kyulee@microsoft.com>
Thu, 15 Jun 2017 22:55:34 +0000 (15:55 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Thu, 15 Jun 2017 22:55:43 +0000 (15:55 -0700)
commit7d12221cbca178280c2f5d576a6fdc538bed35e8
tree8ff6c6d38f0bc12c365adcccd9c9637fef1b853f
parente70c1bd377040ff49ea9a044556debedee1da959
Remove static for function pointer

qsort with static compare functions crashes with ALTJIT.
It appears due to _guard_check_icall_fptr in Windows 10.
Simply dropping static keyword works.
src/jit/compiler.cpp