pike.git/
src/
code/
sparc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-02-28
2008-02-28 15:41:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1aaef94cba05c2aed398d731faf8eed0487f4d5d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed more typos...
Rev: src/code/sparc.c:1.51
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: sparc.c,v 1.
50
2008/02/28
12
:
02
:
21
grubba Exp $
+
|| $Id: sparc.c,v 1.
51
2008/02/28
15
:
41
:
42
grubba Exp $
*/ /*
518:
/* add %i0, 1, %i0 */ SPARC_ADD(SPARC_REG_I0, SPARC_REG_I0, 1, 1); /* lduw [ %pike_fp, %offset(pike_frame, context) ], %i1 */
-
PIKE_LDPTR(SPARC_REG_
PIKE_OBJ
, SPARC_REG_
I1
,
+
PIKE_LDPTR(SPARC_REG_
I1
, SPARC_REG_
PIKE_FP
,
OFFSETOF(pike_frame, context), 1); /* stw %i0, [ %pike_obj, %offset(object, refs) ] */ SPARC_STW(SPARC_REG_I0, SPARC_REG_PIKE_OBJ,