No need to clear %o1 when returning a 64 bit integer from pseg_get if we
are compiling for a 64 bit kernel.
This commit is contained in:
parent
e2916e01dd
commit
5c7441e83b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.s,v 1.198 2004/07/24 12:04:32 nakayama Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.199 2004/10/25 10:42:48 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996-2002 Eduardo Horvath
|
||||
@ -9068,7 +9068,9 @@ ENTRY(pseg_get)
|
||||
nop
|
||||
#endif
|
||||
1:
|
||||
#ifndef _LP64
|
||||
clr %o1
|
||||
#endif
|
||||
retl
|
||||
clr %o0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user