Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@jashook
Copy link

@jashook jashook commented Sep 13, 2017

No description provided.

// Ensure that we don't trash any of these registers if we have to load
// the helper call target into a register to invoke it.
regMaskTP regsUsed;
regMaskTP regsUsed = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jashook was the windows ARM32 compiler complaining about this? It is strange since there already was another place with exactly the same usage pattern before. Also, the regsUsed is always filled in by the regSet.rsLockReg and it is passed to the regSet.rsUnlockReg only if it was set this way. But obviously, the compiler might not see it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was caught by the desktop build. The arm failure is unrelated and being fixed by #13932

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Mirror is down right now.

@jashook jashook merged commit e866d07 into dotnet:master Sep 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants