mstart -> start

This commit is contained in:
Robert Morris 2019-07-23 14:31:12 -04:00
parent 54178ad94d
commit 936afc6e1a
3 changed files with 5 additions and 7 deletions

View file

@ -17,7 +17,7 @@ extern void machinevec();
// entry.S jumps here in machine mode on stack0.
void
mstart()
start()
{
// set M Previous Privilege mode to Supervisor, for mret.
unsigned long x = r_mstatus();