Skip to content
New issue

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

Tricore fix the negative call and jump #2018

Merged
merged 6 commits into from
May 13, 2023

Conversation

imbillow
Copy link
Contributor

Fixes:

cstool -d tc162 6d000201 80000000
80000000  6d 00 02 01  call     -0x7ffffdfc
        ID: 61 (call)
        op_count: 1
                operands[0].type: IMM = 0x80000204
        Groups: call 

cstool -d tc162 6d000201 80000000
80000000  6d 00 02 01  call     0x80000204
        ID: 61 (call)
        op_count: 1
                operands[0].type: IMM = 0x80000204
        Groups: call 

arch/TriCore/TriCoreInstPrinter.c Outdated Show resolved Hide resolved
arch/TriCore/TriCoreInstPrinter.c Outdated Show resolved Hide resolved
arch/TriCore/TriCoreInstPrinter.c Outdated Show resolved Hide resolved
imbillow and others added 3 commits May 13, 2023 03:37
Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>
Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>
Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>
@kabeor
Copy link
Member

kabeor commented May 13, 2023

Thanks!

@kabeor kabeor merged commit 3e06196 into capstone-engine:next May 13, 2023
@imbillow imbillow deleted the tricore-fix-disp branch May 13, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants