File s390.patch of Package liboil
--- liboil/liboilprofile.h.orig 2006-02-06 12:30:09.000000000 +0100
+++ liboil/liboilprofile.h 2006-02-06 12:30:17.000000000 +0100
@@ -115,7 +115,7 @@
static inline unsigned long oil_profile_stamp(void)
{
uint64_t ts;
- __asm__ __volatile__ ("STCK %0\n" : "=m" (ts));
+ __asm__ __volatile__ ("STCK %0\n" : "=Q" (ts));
return ts;
}