Skip to content

--ust-trace outputs bad addresses when compiled with rv32imc #1

@bluewww

Description

@bluewww

When compiled --with-isa=RV32IMC

VALID,ADDRESS,INSN,PRIVILEGE,EXCEPTION,ECAUSE,TVAL,INTERRUPT
1,ffffffff80000000,4081,3,0,0,0,0
1,ffffffff80000002,4101,3,0,0,0,0
[...] 

but when compiled --with-isa=RV64IMC

VALID,ADDRESS,INSN,PRIVILEGE,EXCEPTION,ECAUSE,TVAL,INTERRUPT
1,80000000,4081,3,0,0,0,0
1,80000002,4101,3,0,0,0,0
[...] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions