156,157c156,157
< //from va to va + len have valid page map entries. Not
< //sure how this will work for other OSes or in general.
---
> // from va to va + len have valid page map entries. Not
> // sure how this will work for other OSes or in general.
164,165c164,165
< //Check to make sure the first byte is mapped into the processes address
< //space.
---
> // Check to make sure the first byte is mapped into the processes address
> // space.
190c190
< for(int x = RegG0; x <= RegI0 + 7; x++)
---
> for (int x = RegG0; x <= RegI0 + 7; x++)
200c200
< for(int x = RegG0; x <= RegI0 + 7; x++)
---
> for (int x = RegG0; x <= RegI0 + 7; x++)
215,217c215,217
< //Floating point registers are left at 0 in netbsd
< //All registers other than the pc, npc and int regs
< //are ignored as well.
---
> // Floating point registers are left at 0 in netbsd
> // All registers other than the pc, npc and int regs
> // are ignored as well.
236c236
< for(int x = RegG0; x <= RegI0 + 7; x++)
---
> for (int x = RegG0; x <= RegI0 + 7; x++)
238c238
< //Only the integer registers, pc and npc are set in netbsd
---
> // Only the integer registers, pc and npc are set in netbsd