mirror of
https://github.com/gwenhael-le-moine/x48.git
synced 2025-01-12 20:01:13 +01:00
fix compilation with recent gcc
This commit is contained in:
parent
3fc4f457ff
commit
42a019e342
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ decode_group_1()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline int
|
static inline int
|
||||||
#ifdef __FunctionProto__
|
#ifdef __FunctionProto__
|
||||||
decode_8_thru_f(int op1)
|
decode_8_thru_f(int op1)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue