mirror of
https://github.com/simh/simh.git
synced 2026-01-14 15:45:18 +00:00
MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup
This commit is contained in:
parent
e932324098
commit
50e57a85c1
@ -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++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user