Fix function pointer as fields inspection (#83981)
authorAaron Robinson <arobins@microsoft.com>
Mon, 27 Mar 2023 21:31:31 +0000 (14:31 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 21:31:31 +0000 (14:31 -0700)
commited3721b092e395ac3576c2d93f4134650a44dc08
tree69c2cf024d294985ee18b74debc395ff46075e6c
parent5bd2ed3eb1a073d335e0b4d7fd4e0bdc1320a8d9
Fix function pointer as fields inspection (#83981)

This was missed when C# function pointers support
was added to the runtime. The current fix is reporting
all functions pointers as `IntPtr` type. It should be
possible in a future update to properly represent a
more accurate type for the function pointer.
src/coreclr/vm/siginfo.cpp