MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup

This commit is contained in:
Mark Pizzolato 2015-01-02 04:37:11 -08:00 committed by Leo Broukhis
parent 8659281aaf
commit 3b4bc61fdf

View file

@ -648,7 +648,7 @@ for (scrln = 0; scrln < 1024; scrln++) {
vc_buf[rg] = nval; 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; uint32 ln;
for (ln = y1; ln < y2; ln++) for (ln = y1; ln < y2; ln++)