summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@gmail.com>2010-12-28 16:58:32 -0800
committerTom Stellard <tstellar@gmail.com>2010-12-28 16:58:32 -0800
commit5c1a650314816b0517ce4a76eec75349c44cb956 (patch)
treeefdb52460dd6689f119f76803f7b04d2bdca6ec2
parent0d5cc6062bd4d69445d1804183a5cf8fbb2fa271 (diff)
emulator: Remove an error message
-rw-r--r--emulator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulator.cpp b/emulator.cpp
index a2f663a..4c498cc 100644
--- a/emulator.cpp
+++ b/emulator.cpp
@@ -28,7 +28,6 @@ emulator::run()
{
program * p = m_loader->load();
if (!p) {
- std::cerr << "Could not load program\n";
return false;
}
m_immediate_regs = p->m_immediate_regs;