Merge from subtype.
[cacao.git] / src / vm / jit / s390 / arch.h
index e61688a365261ff224acb5414b1ed5e417abda58..002ba7f956db07116bfbffcb4dcdf4a397bb72fa 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: arch.h 8247 2007-07-31 12:06:44Z michi $
-
 */
 
 
@@ -35,8 +33,6 @@
 
 /* define architecture features ***********************************************/
 
-#define U8_AVAILABLE                     1
-
 #define SUPPORT_DIVISION                 1
 #define SUPPORT_LONG                     1
 
 
 /* misc ***********************************************************************/
 
-#define HAS_4BYTE_STACKSLOT
 #define SUPPORT_COMBINE_INTEGER_REGISTERS
 
+#define JIT_COMPILER_VIA_SIGNAL
+
 #endif /* _ARCH_H */