]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/gc/main.go
[dev.link] all: merge branch 'master' into dev.link
[gostls13.git] / src / cmd / compile / internal / gc / main.go
index aa690921bce8c0c7fccfe3f2b01a58778ba1973f..9b89d7b8b1f0f253fe519bbf618fb11f65a921f5 100644 (file)
@@ -511,8 +511,8 @@ func Main(archInit func(*Arch)) {
        types.Sconv = func(s *types.Sym, flag, mode int) string {
                return sconv(s, FmtFlag(flag), fmtMode(mode))
        }
-       types.Tconv = func(t *types.Type, flag, mode, depth int) string {
-               return tconv(t, FmtFlag(flag), fmtMode(mode), depth)
+       types.Tconv = func(t *types.Type, flag, mode int) string {
+               return tconv(t, FmtFlag(flag), fmtMode(mode))
        }
        types.FormatSym = func(sym *types.Sym, s fmt.State, verb rune, mode int) {
                symFormat(sym, s, verb, fmtMode(mode))