Skip to content

[mono][mini] Fix conversion from STACK_PTR to R8 - #88745

Merged
lewing merged 2 commits into
dotnet:mainfrom
BrzVlad:fix-jit-conv-r-un
Jul 12, 2023
Merged

[mono][mini] Fix conversion from STACK_PTR to R8#88745
lewing merged 2 commits into
dotnet:mainfrom
BrzVlad:fix-jit-conv-r-un

Conversation

@BrzVlad

Copy link
Copy Markdown
Member

It was hardcoded to int conversion instead of checking the arch ptr size.

Fixes#69795

It was hardcoded to int conversion instead of checking the arch ptr size.
@ghostghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 12, 2023
@ghostghost assigned BrzVladJul 12, 2023
@BrzVladBrzVlad added area-Codegen-JIT-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jul 12, 2023
@lewing

Copy link
Copy Markdown
Member

wbt failures are #88751

@lewing
lewing merged commit 11fbd15 into dotnet:mainJul 12, 2023
@ghostghost locked as resolved and limited conversation to collaborators Aug 13, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mono incorrectly handles floating-point conversions on 64-bit

3 participants

@BrzVlad@lewing@vargaz