Additional debugging info.

git-svn-id: http://www.cdkersey.com/harp/harptool@115 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
chad
2013-01-17 09:04:30 +00:00
parent 3ceabe2a61
commit 4428bcd1b7
7 changed files with 41 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ RamMemDevice::RamMemDevice(const char *filename, Size wordSize) :
ifstream input(filename);
if (!input) {
cout << "Error reading file \"" << filename << "\" into RomMemDevice.\n";
cout << "Error reading file \"" << filename << "\" into RamMemDevice.\n";
exit(1);
}