gas/
[deliverable/binutils-gdb.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]
This page took 0.024402 seconds and 4 git commands to generate.