printer: add generated code warnings
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Code generated by command: go run asm.go -out add.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Code generated by command: go run asm.go -out add.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package add
|
||||
|
||||
func Add(x uint64, y uint64) uint64
|
||||
|
||||
Reference in New Issue
Block a user