* src/vm/jit/powerpc/linux/md-asm.h (__ASSEMBLY__): Defined. It's
authortwisti <none@none>
Fri, 21 Jul 2006 14:15:10 +0000 (14:15 +0000)
committertwisti <none@none>
Fri, 21 Jul 2006 14:15:10 +0000 (14:15 +0000)
required for <asm/ppc_asm.h> on my Debian system.

src/vm/jit/powerpc/linux/md-asm.h

index f7b4b1392a516db6093d139778eacc7b5434fe7c..683837c2797f8a00085296db5a85899691c38fe1 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md-asm.h 4357 2006-01-22 23:33:38Z twisti $
+   $Id: md-asm.h 5167 2006-07-21 14:15:10Z twisti $
 
 */
 
@@ -36,6 +36,7 @@
 #ifndef _MD_ASM_H
 #define _MD_ASM_H
 
+#define __ASSEMBLY__                    /* required by <asm/ppc_asm.h>        */
 #include <asm/ppc_asm.h>