From eb5fdb59eafb6e538031238b077c26cb16487fe9 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 31 Oct 2014 14:33:05 +0100 Subject: [PATCH] PoC-7: Instruction set reform redux. --- libevmface/Instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevmface/Instruction.h b/libevmface/Instruction.h index 965b093e5..b3ed4fb74 100644 --- a/libevmface/Instruction.h +++ b/libevmface/Instruction.h @@ -84,7 +84,7 @@ enum class Instruction: uint8_t GASLIMIT, ///< get the block's gas limit POP = 0x50, ///< remove item from stack - MLOAD = 0x53, ///< load word from memory + MLOAD, ///< load word from memory MSTORE, ///< save word to memory MSTORE8, ///< save byte to memory SLOAD, ///< load word from storage