mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Update cpu_enabled.go
This commit is contained in:
parent
4757018c2d
commit
acc48bf7d9
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