pike.git
/
src
/
code
/
sparc.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/code/sparc.c:1:
+
/*\
+
||| 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.12 2002/10/08 20:22:28 nilsson Exp $
+
\*/
+
/*
-
* $Id: sparc.c,v 1.11 2002/08/15 14:50:24 marcus Exp $
-
*
+
* Machine code generator for sparc. * * Henrik Grubbström 20010720 */ #include "operators.h" #define ADD_CALL(X, DELAY_OK) do { \ INT32 delta_; \ struct program *p_ = Pike_compiler->new_program; \