MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup
This commit is contained in:
parent
8659281aaf
commit
3b4bc61fdf
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue