Trivial changes to match magnum code.

This commit is contained in:
mycroft 1994-02-01 19:29:01 +00:00
parent ec22bca1e7
commit 36813d20ff
1 changed files with 1 additions and 1 deletions

View File

@ -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
*