Changeset 3655
- Timestamp:
- 03/01/10 16:34:22 (6 months ago)
- Files:
-
- 1 modified
-
development/source/cpu/cHardwareManager.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
development/source/cpu/cHardwareManager.cc
r3198 r3655 77 77 filename = default_filename; 78 78 cDriverManager::Status().NotifyComment(cString("Using default instruction set: ") + filename); 79 // set INST_SET so that the proper name will show up in the text viewer 80 world->GetConfig().INST_SET.Set(filename); 79 81 } 80 82