Skip to content

Fix an incorrect assert - #65564

Merged
jakobbotsch merged 1 commit into
dotnet:mainfrom
SingleAccretion:Push-8-Byte-Args-Fix-Assert
Feb 18, 2022
Merged

Fix an incorrect assert#65564
jakobbotsch merged 1 commit into
dotnet:mainfrom
SingleAccretion:Push-8-Byte-Args-Fix-Assert

Conversation

@SingleAccretion

@SingleAccretionSingleAccretion commented Feb 18, 2022

Copy link
Copy Markdown
Contributor

We only require "greater than" on x86. Ref.

No test added because the code was (and is) correct for the non-x86 case, just the assert condition was faulty.

Fixes#64805 (comment).

@ghostghost added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member labels Feb 18, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

We only require "greater than" on x86.

No test added because the code was (and is) correct for the non-x86 case, just the assert condition was faulty.

Author:SingleAccretion
Assignees:-
Labels:

area-CodeGen-coreclr

Milestone:-

We only require the "greater than" condition on x86.
@SingleAccretion
SingleAccretionforce-pushed the Push-8-Byte-Args-Fix-Assert branch from bfd57fc to 52fc182CompareFebruary 18, 2022 15:12
@jakobbotsch
jakobbotsch merged commit 8b5e4cc into dotnet:mainFeb 18, 2022
@SingleAccretion
SingleAccretion deleted the Push-8-Byte-Args-Fix-Assert branch February 18, 2022 18:08
@ghostghost locked as resolved and limited conversation to collaborators Mar 20, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIcommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SingleAccretion@jakobbotsch