Resolve syncing conflicts from FromPrivateLiveToMaster to main#4566
Merged
Conversation
* Volatile vs Non-volatile is a very Microsoft specific terminology. Out in the industry, register calling convention assignment are more frequently referred to as Caller vs Callee saved. Also, x18 is a reserved register, so it is neither Caller nor Callee Saved. * Add links to C28306 and C28307. * Incorporate feedback: Restrict changes to the registers that previously had objectively incorrect descriptions. * Push missing merge. * Push missing merge. * Fix description of paramter/result registers. x1, x8 and v1-v3 can also be result registers. --------- Co-authored-by: Pedro Miguel Justo <40605312+pmsjt@users.noreply.github.com> Co-authored-by: Michael Woerister <michaelwoerister@posteo> Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Pedro Justo <pmsjt@Blackbird.home> Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com> Co-authored-by: huypub <38988242+huypub@users.noreply.github.com> Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Contributor
|
@learn-build-service-prod[bot] : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Contributor
Author
|
Learn Build status updates of commit 614a13d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
American-Dipper
approved these changes
May 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request opened by Docs to resolve syncing conflicts from FromPrivateLiveToMaster to main.