Resolve duplicated functions (#8413)
authorJonghyun Park <parjong@gmail.com>
Fri, 2 Dec 2016 00:57:46 +0000 (09:57 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 2 Dec 2016 00:57:46 +0000 (16:57 -0800)
commit7c1fb28db6cd0e0bdd83494054d743a30c3287b6
treea609caee5207d6bef8ab56865d9ed30a5418d6ca
parent8d800dfe9c0461a4b60df076b5e71149c1748a0d
Resolve duplicated functions (#8413)

Several functions are implemented in both cgenx86.cpp and unixstubs.cpp,
which results in linking errors.

This commit disables functions in cgenx86.cpp to resolve linking errors.
src/vm/i386/cgenx86.cpp