1
0
mirror of https://github.com/simh/simh.git synced 2026-02-10 10:11:20 +00:00

Fixed display of large file support in SHOW VERSION and enhanced SHOW VERSION.

This commit is contained in:
Mark Pizzolato
2013-02-18 05:53:59 -08:00
parent aaa5fb178a
commit 8440466cb9
3 changed files with 28 additions and 9 deletions

View File

@@ -365,9 +365,3 @@ return (t_addr)(ftell (st));
uint32 sim_taddr_64 = _SIM_IO_FSEEK_EXT_;
const char *sim_slarge_files =
#if _SIM_IO_FSEEK_EXT == 1
"Large File (>2GB) support";
#else
"No Large File support";
#endif