Skip to content

Commit

Permalink
internal/load: rerun code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 21, 2019
1 parent 220969f commit 2d7a9dd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
28 changes: 28 additions & 0 deletions internal/inst/ztable.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions tests/fixedbugs/issue50/issue50.s
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
7 changes: 7 additions & 0 deletions tests/fixedbugs/issue50/stub.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d7a9dd

Please sign in to comment.