1
0
mirror of https://github.com/simh/simh.git synced 2026-02-13 11:25:51 +00:00

Cleanup compiler warnings on Solaris and newer OSX clang compilers.

Add Large File support on Solaris
This commit is contained in:
Mark Pizzolato
2013-03-13 20:29:03 -07:00
parent f179ba6ae2
commit 9bd8305943
5 changed files with 6 additions and 4 deletions

View File

@@ -632,4 +632,4 @@ return SCPE_OK;
char *tlb_description (DEVICE *dptr)
{
return "translation buffer";
}
}