Skip to content

Use guint64 in UCONTEXT_REG_SET_PC (arm64) - #66812

Merged
akoeplinger merged 1 commit into
dotnet:mainfrom
am11:feature/build/mono
Mar 18, 2022
Merged

Use guint64 in UCONTEXT_REG_SET_PC (arm64)#66812
akoeplinger merged 1 commit into
dotnet:mainfrom
am11:feature/build/mono

Conversation

@am11

@am11am11 commented Mar 18, 2022

Copy link
Copy Markdown
Member

In this scope, __uint64_t is not available on musl based systems. Switched to guint64, which nearby code is using.

cc @lambdageek

@ghostghost added the community-contribution Indicates that the PR has been added by a community member label Mar 18, 2022
@akoeplinger
akoeplinger merged commit 3175a8a into dotnet:mainMar 18, 2022
@am11
am11 deleted the feature/build/mono branch March 18, 2022 12:32
radekdoulik pushed a commit to radekdoulik/runtime that referenced this pull request Mar 30, 2022
In this scope, `__uint64_t` is not available on musl based systems. Switched to `guint64`, which nearby code is using.
@ghostghost locked as resolved and limited conversation to collaborators Apr 17, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@am11@vargaz@akoeplinger