Skip to content

Add alignment operator(s)#44

Draft
klauspost wants to merge 1 commit intomasterfrom
add-aligment-ops
Draft

Add alignment operator(s)#44
klauspost wants to merge 1 commit intomasterfrom
add-aligment-ops

Conversation

@klauspost
Copy link
Copy Markdown
Owner

Make alignment stick to the label.

WIP: Not happy with the define alignment:

#define TEST_SRC() \
PCALIGN $16 \
	CMP     R_SEND, R_SRC \
	PCALIGN $16           \
	BGT     errCorrupt

Make alignment stick to the label.

WIP: Not happy with the define alignment:

```
#define TEST_SRC() \
PCALIGN $16 \
	CMP     R_SEND, R_SRC \
	PCALIGN $16           \
	BGT     errCorrupt
```
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.

1 participant