Commit 544b641e authored by George Hotz's avatar George Hotz

noop on MIPS

parent e1e795c6
...@@ -95,6 +95,7 @@ func Preimage(hash common.Hash) []byte { ...@@ -95,6 +95,7 @@ func Preimage(hash common.Hash) []byte {
} }
// these are stubs in embedded world // these are stubs in embedded world
func SetRoot(newRoot string) {}
func PrefetchStorage(*big.Int, common.Address, common.Hash, func(map[common.Hash][]byte)) {} func PrefetchStorage(*big.Int, common.Address, common.Hash, func(map[common.Hash][]byte)) {}
func PrefetchAccount(*big.Int, common.Address, func(map[common.Hash][]byte)) {} func PrefetchAccount(*big.Int, common.Address, func(map[common.Hash][]byte)) {}
func PrefetchCode(blockNumber *big.Int, addrHash common.Hash) {} func PrefetchCode(blockNumber *big.Int, addrHash common.Hash) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment