We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The postprinter is not called when csoptdetail is off. So i think this can affect other archs using the ud->post_printer thing
ud->post_printer
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The postprinter is not called when csoptdetail is off. So i think this can affect other archs using the
ud->post_printer
thingExample:
Note the "b" vs "b.S1"
The text was updated successfully, but these errors were encountered: