From 3b4bc61fdfee0617017b51b5a7156ba933a8f724 Mon Sep 17 00:00:00 2001
From: Mark Pizzolato <mark@infocomm.com>
Date: Fri, 2 Jan 2015 04:37:11 -0800
Subject: [PATCH] MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup

---
 VAX/vax_vc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VAX/vax_vc.c b/VAX/vax_vc.c
index 07f59fbb..70a224e4 100644
--- a/VAX/vax_vc.c
+++ b/VAX/vax_vc.c
@@ -648,7 +648,7 @@ for (scrln = 0; scrln < 1024; scrln++) {
 vc_buf[rg] = nval;
 }
 
-SIM_INLINE void vc_invalidate (uint32 y1, uint32 y2)
+static SIM_INLINE void vc_invalidate (uint32 y1, uint32 y2)
 {
 uint32 ln;
 for (ln = y1; ln < y2; ln++)