Adds a regression test based on klauspost/compress#186. This necessitated some related changes: * Mark "RET" as a terminal instruction * printer refactor to maintain compatibility with asmfmt * Tweaks to other regression tests to ensure they are run correctly in CI Updates #100 #65 #8
6 lines
131 B
Go
6 lines
131 B
Go
// Code generated by command: go run asm.go -out minrepro.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
package minrepro
|
|
|
|
func Issue100() uint64
|