Use TARGET_POINTER_SIZE macro (#16640)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Sat, 3 Mar 2018 00:39:36 +0000 (16:39 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 3 Mar 2018 00:39:36 +0000 (16:39 -0800)
commitfef908be21e11f38644b7140f270997c38daba99
treeccb7a3c86535fbe61b603eb67923b29d120cd047
parentfa7465f931caad8823e590277a1a4c44984b1a67
Use TARGET_POINTER_SIZE macro (#16640)

* Replace sizeof(void*) with TARGET_POINTER_SIZE in TYPEINFO in src/inc/cortypeinfo.h

* Replace sizeof(LPVOID) with TARGET_POINTER_SIZE in DEFINEELEMENTTYPEINFO in src/vm/siginfo.cpp

* Define TARGET_POINTER_SIZE as POINTERSIZE_BYTES in src/ToolBox/SOS/Strike/util.h
src/ToolBox/SOS/Strike/util.h
src/inc/cortypeinfo.h
src/vm/siginfo.cpp