forked from mmcloughlin/avo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/load: rerun code generation
Updates mmcloughlin#50
- Loading branch information
1 parent
220969f
commit 2d7a9dd
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Code generated by command: go run asm.go -out issue50.s -stubs stub.go. DO NOT EDIT. | ||
|
||
#include "textflag.h" | ||
|
||
// func Issue50(x uint32) uint32 | ||
TEXT ·Issue50(SB), NOSPLIT, $0-12 | ||
MOVL x+0(FP), AX | ||
MOVQ AX, X0 | ||
MOVQ X0, ret+8(FP) | ||
RET |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.