diff options
Diffstat (limited to 'x86_64-gen.c')
| -rw-r--r-- | x86_64-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64-gen.c b/x86_64-gen.c index 7b61b48..9f19e78 100644 --- a/x86_64-gen.c +++ b/x86_64-gen.c @@ -224,7 +224,7 @@ static int is64_type(int t) } /* instruction + 4 bytes data. Return the address of the data */ -ST_FUNC int oad(int c, int s) +static int oad(int c, int s) { int t; if (nocode_wanted) |
