Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt: fix type name on some cases #21036

Merged
merged 1 commit into from Mar 15, 2024

Conversation

felipensp
Copy link
Member

@felipensp felipensp commented Mar 15, 2024

Fix &u8(foo) formatting when formatting ast.AsmIO.

asm amd64 {
			lock cmpxchgb '%1', '%2'
			; =a (rv)
			+m (*&u8(atom)) // this & is dropped without the PR
			; q (xchg)
			0 (cmp)
			; memory
		}

@felipensp felipensp marked this pull request as ready for review March 15, 2024 13:58
@spytheman spytheman merged commit 657e46e into vlang:master Mar 15, 2024
53 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants