8000 Bug: parse_csr_address failed on CI windows2022 · Issue #127 · cvut/qtrvsim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Bug: parse_csr_address failed on CI windows2022 #127
Open
@trdthg

Description

@trdthg

I found that the stroul function behaves differently in the CI windows2022 Clang Qt6 environment

stroul can't handle hex str correctly

log place

image

winows 2019 success char_token = 5
image

windows 2022 failed char_token = 0
image

Maybe we could use QString::toULong, but all the ways of determining whether parsing was successful by char_token ! = 0 should be changed to bool

image

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

      0