summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-01 20:12:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-01 20:12:17 -0600
commit6c8db442b5f2560f8851bf774965d9ba0939da8f (patch)
tree23cac29c2540633030c7a37baade40e5fe033ae0 /src/core/main.cpp
parent87772a3a3e65ce3d1bc321e7a6b656f0d7e38966 (diff)
downloadktechlab-6c8db442b5f2560f8851bf774965d9ba0939da8f.tar.gz
ktechlab-6c8db442b5f2560f8851bf774965d9ba0939da8f.zip
Fix FTBFS with a bit of a hack around gpsim
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 0c43a35..e8431ce 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -56,3 +56,9 @@ int main(int argc, char **argv)
args->clear(); // Free up some memory
return app.exec();
}
+
+void exit_gpsim(int ret)
+{
+ printf("gpsim attempted to call exit_gpsim(%d), ***IGNORING***\n", ret);
+// exit(ret);
+}