You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SIMH: Fix sim_printf_fmts.h for Visual Stduio 2013 and older
Per Microsoft documentation versions Visual Studio 2013 and below do not support
the hh, j, z, and t length prefixes for printf format-type specifiers. Further,
the preprocessor selection logic was modified so that 64-bit Visual Studio
versions are actually recognized.
0 commit comments