Fix the error handling in ERR_get_state:
[openssl.git] / crypto / s390xcpuid.S
index df7b35ad7039468369b2efff3085002e993ae522..8859e9e64a917f5c40efda91e9f0e9fe0d1a3ef3 100644 (file)
@@ -1,4 +1,10 @@
 .text
+// Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
+//
+// Licensed under the OpenSSL license (the "License").  You may not use
+// this file except in compliance with the License.  You can obtain a copy
+// in the file LICENSE in the source distribution or at
+// https://www.openssl.org/source/license.html
 
 .globl OPENSSL_s390x_facilities
 .type  OPENSSL_s390x_facilities,@function
@@ -137,9 +143,9 @@ CRYPTO_memcmp:
        je      .Lno_data
 
 .Loop_cmp:
-       ll    %r0,0(%r2)
+       llgc    %r0,0(%r2)
        la      %r2,1(%r2)
-       ll    %r1,0(%r3)
+       llgc    %r1,0(%r3)
        la      %r3,1(%r3)
        xr      %r1,%r0
        or      %r5,%r1