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-sim68360__main.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/bsvc/files/patch-sim68360__main.cxx (limited to 'emulators/bsvc/files/patch-sim68360__main.cxx') diff --git a/emulators/bsvc/files/patch-sim68360__main.cxx b/emulators/bsvc/files/patch-sim68360__main.cxx new file mode 100644 index 000000000000..c76d86f8d825 --- /dev/null +++ b/emulators/bsvc/files/patch-sim68360__main.cxx @@ -0,0 +1,10 @@ +--- ./sim68360/main.cxx.orig 2012-08-24 12:25:01.322915000 +0200 ++++ ./sim68360/main.cxx 2012-08-24 12:40:04.506914092 +0200 +@@ -22,6 +22,7 @@ + #include "devices/DeviceRegistry.hxx" + #include "loader/Loader.hxx" + ++int + main() + { + BasicCPU& processor = *(new cpu32); -- cgit v1.2.3