1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 19:57:36 +00:00

Added display of large file support status to SHOW VERSION

This commit is contained in:
Mark Pizzolato
2013-02-17 04:52:54 -08:00
parent 119ca2f03a
commit aaa5fb178a
3 changed files with 10 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ void sim_buf_swap_data (void *bptr, size_t size, size_t count);
void sim_buf_copy_swapped (void *dptr, void *bptr, size_t size, size_t count);
extern uint32 sim_taddr_64;
extern const char *sim_slarge_files;
extern int32 sim_end;
#endif