summaryrefslogtreecommitdiff
path: root/emulators/x48/patches/patch-src_emulate.c
blob: 5607d831662c28b5851dbe29395f46236eacce7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_emulate.c,v 1.1 2013/01/17 15:51:26 joerg Exp $

--- src/emulate.c.orig	2013-01-16 14:12:03.000000000 +0000
+++ src/emulate.c
@@ -692,7 +692,7 @@ decode_group_1()
   }
 }
 
-inline int
+static inline int
 #ifdef __FunctionProto__
 decode_8_thru_f(int op1)
 #else