Trivial changes to match magnum code.
This commit is contained in:
parent
ec22bca1e7
commit
36813d20ff
|
@ -1634,7 +1634,6 @@ ENTRY(savectx)
|
|||
* addupc(int pc, struct uprof *up, int ticks):
|
||||
* update profiling information for the user process.
|
||||
*/
|
||||
|
||||
ENTRY(addupc)
|
||||
pushl %ebp
|
||||
movl %esp,%ebp
|
||||
|
@ -1673,6 +1672,7 @@ proffault:
|
|||
leave
|
||||
ret
|
||||
|
||||
|
||||
/*
|
||||
* Trap and fault vector routines
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue