runtime: expand abi array

This commit is contained in:
visualfc
2024-06-15 06:48:16 +08:00
parent f3b6d25aaa
commit 6e73fbf65e
3 changed files with 61 additions and 65 deletions

View File

@@ -221,9 +221,9 @@ func panicSliceConvert(x int, y int)
var divideError error
var overflowError error
/* TODO(xsw):
var shiftError = error(errorString("negative shift amount"))
/*
func Panicshift() {
panic(shiftError)
}