Made code more concise.  In particular:

  - introduced DIS() and DIP() macros to shorten debug printing

  - introduce jmp_lit(), jcc_lit(), jmp_treg() for common UCode sequences

  - replace many unnecessary dis?dis_buf:NULL tests with dis_buf, by
    changing the tests in disAMode()

Overall, reduced code size by about 230 lines.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2234 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 file changed