Variable has_ld was renamed
authorNeale Ferguson <neale@sinenomine.net>
Fri, 2 Aug 2013 19:20:17 +0000 (15:20 -0400)
committerNeale Ferguson <neale@sinenomine.net>
Fri, 2 Aug 2013 19:20:47 +0000 (15:20 -0400)
mono/mini/mini-s390x.h

index 764db673bf5dc792c311074bd0bdc1a58509bf2a..a5be8f01087162cbde7ed649cf1cb945bc0464aa 100644 (file)
@@ -15,7 +15,7 @@
 /*-------------------------------------------*/
 
 #define S390_LONG(loc, opy, op, r, ix, br, off)                                        \
-       if (has_ld) {                                                           \
+       if (mono_hwcap_s390x_has_ld) {                                          \
                if (s390_is_imm20(off)) {                                       \
                        s390_##opy (loc, r, ix, br, off);                       \
                } else {                                                        \