mstart -> start
This commit is contained in:
parent
54178ad94d
commit
936afc6e1a
3 changed files with 5 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue