From c171e18c46990cb9791a084104fc953aa0c211dc Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 24 Aug 2012 10:48:09 +0000 Subject: Fix build with clang --- emulators/bsvc/files/patch-sim68000__main.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/bsvc/files/patch-sim68000__main.cxx (limited to 'emulators/bsvc/files/patch-sim68000__main.cxx') diff --git a/emulators/bsvc/files/patch-sim68000__main.cxx b/emulators/bsvc/files/patch-sim68000__main.cxx new file mode 100644 index 000000000000..c57ff8fa9a9f --- /dev/null +++ b/emulators/bsvc/files/patch-sim68000__main.cxx @@ -0,0 +1,10 @@ +--- ./sim68000/main.cxx.orig 2012-08-24 12:25:03.072914000 +0200 ++++ ./sim68000/main.cxx 2012-08-24 12:37:47.584914549 +0200 +@@ -19,6 +19,7 @@ + #include "devices/DeviceRegistry.hxx" + #include "loader/Loader.hxx" + ++int + main() + { + BasicCPU& processor = *(new m68000); -- cgit v1.2.3