[Issue 1104] CodeView: char is marked 0x20 (T_UCHAR) instead of 0x10 (T_CHAR)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 12 12:56:58 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=1104
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.sagitario at gmx.de
--- Comment #6 from Rainer Schuetze <r.sagitario at gmx.de> ---
https://github.com/microsoft/microsoft-pdb/blob/master/include/cvinfo.h
now shows
T_CHAR16 = 0x007a, // 16-bit unicode char
T_CHAR32 = 0x007b, // 32-bit unicode char
--
More information about the Digitalmars-d-bugs
mailing list