From 52ec325e68dd41b9f6b9d88dd5367a6daea8a318 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 9 May 2013 16:43:29 -0700 Subject: [PATCH] Compiler suggested fix. --- S3/s3_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S3/s3_cpu.c b/S3/s3_cpu.c index 7d3c8a52..b732cbe1 100644 --- a/S3/s3_cpu.c +++ b/S3/s3_cpu.c @@ -1345,7 +1345,7 @@ return (r); condition register initial state in parameter 3 */ -int32 compare(int32 byte1, int32 byte2, int32 cond) +static int32 compare(int32 byte1, int32 byte2, int32 cond) { int32 r;