summaryrefslogtreecommitdiff
blob: e509e010776329569e57f4f4ce0a421c21bc5577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- zsnes_1_51/src/linux/sdllink.c.old	2014-03-01 04:01:30.351323580 -0500
+++ zsnes_1_51/src/linux/sdllink.c	2014-03-01 04:02:12.249702898 -0500
@@ -773,11 +773,11 @@ BOOL InitInput()
 {
   InitJoystickInput();
   return TRUE;
 }
 
-int startgame()
+int __attribute__((force_align_arg_pointer)) startgame()
 {
   static bool ranonce = false;
   int status;
 
   if (!ranonce)