mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Update cpu_disabled.go
This commit is contained in:
parent
2a84659f55
commit
4757018c2d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// You should have received a copy of the GNU Lesser General Public License
|
||||||
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
//go:build ios || js || wasip1 || tinygo.riscv
|
//go:build ios || js || wasip1 || tinygo
|
||||||
// +build ios js wasip1 tinygo.riscv
|
// +build ios js wasip1 tinygo
|
||||||
|
|
||||||
package metrics
|
package metrics
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue