Blob Blame History Raw
--- liboil-0.3.8/liboil/liboilprofile.c.s390	2006-03-27 11:38:46.000000000 -0500
+++ liboil-0.3.8/liboil/liboilprofile.c	2006-03-27 11:39:21.000000000 -0500
@@ -193,7 +193,7 @@ static unsigned long
 oil_profile_stamp_counter(void)
 {
 	uint64_t ts;
-	__asm__ __volatile__ ("STCK %0\n" : : "m" (ts));
+	__asm__ __volatile__ ("STCK %0(%0)\n" : : "r" (&ts));
 	return ts;
 }
 #endif