err_field9.decode 649 B

1234567891011121314
  1. # This work is licensed under the terms of the GNU LGPL, version 2 or later.
  2. # See the COPYING.LIB file in the top-level directory.
  3. # Diagnose fields where the format refers to a field defined in the
  4. # pattern and the pattern refers to a field defined in the format.
  5. # This is theoretically not impossible to implement, but is not
  6. # supported by the script at this time.
  7. &abcd a b c d
  8. %refa a:3
  9. %refc c:4
  10. # Format defines 'c' and sets 'b' to an indirect ref to 'a'
  11. @fmt ........ ........ ........ c:8 &abcd b=%refa
  12. # Pattern defines 'a' and sets 'd' to an indirect ref to 'c'
  13. insn 00000000 00000000 00000000 ........ @fmt d=%refc a=6