* Removed all Id tags.
[cacao.git] / src / vm / jit / mips / arch.h
index 4e3c01ac991b50a0f83a28764b4399f4d82d4cd1..1f91cddf8dcc6109ebcc5efbd309fd2eb2413308 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: arch.h 7596 2007-03-28 21:05:53Z twisti $
-
 */
 
 
@@ -37,8 +35,6 @@
 
 #define U8_AVAILABLE                     1
 
-#define USEBUILTINTABLE
-
 #if SIZEOF_VOID_P == 8
 
 #define SUPPORT_DIVISION                 1
 
 
 #define SUPPORT_COMBINE_INTEGER_REGISTERS
-#define SUPPORT_PASS_FLOATARGS_IN_INTREGS
 
 #if defined(ENABLE_SOFT_FLOAT)
 # define SUPPORT_PASS_FLOATARGS_IN_INTREGS
 /* replacement ****************************************************************/
 
 #define REPLACEMENT_PATCH_SIZE           (2*4) /* bytes */
-#define REPLACEMENT_STUB_SIZE            6     /* words */
 
 #endif /* _ARCH_H */