]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/equ.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / i386 / equ.s
index 1b7a796ad043c448e738fd1e7db43f5c041510e0..94ec81d384c66eabe5ac829e5001d2a6701f5715 100644 (file)
@@ -27,7 +27,7 @@ _start:
  .equ r, -2
  .equ s, -2
        mov     eax, r
-       mov     eax, [r]
+       mov     eax, FLAT:[r]
  .equ r, xtrn
        mov     eax, offset r
        mov     eax, [r]