Open
Description
The postprinter is not called when csoptdetail is off. So i think this can affect other archs using the ud->post_printer
thing
Example:
$ ./cstool tms320c64x 0041bd10
0 00 41 bd 10 b 0x20de8
$
$ ./cstool -d tms320c64x 0041bd10
0 00 41 bd 10 b.S1 0x20de8
ID: 17 (b)
op_count: 1
operands[0].type: IMM = 0x20de8
Functional unit: S1
Parallel: false
Groups: funit_s jump
$
Note the "b" vs "b.S1"