Merge pull request #483 from chriseth/libevmcore

Moved instructions and assembly to new libevmcore.
This commit is contained in:
Gav Wood 2014-11-06 23:40:59 +00:00
commit c5d0481836
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#include <json_spirit/json_spirit_writer_template.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/CommonData.h>
#include <libevmface/Instruction.h>
#include <libevmcore/Instruction.h>
#include "vm.h"
using namespace std;

2
vm.h
View File

@ -29,7 +29,7 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
#include "JsonSpiritHeaders.h"
#include <libdevcore/Log.h>
#include <libdevcore/CommonIO.h>
#include <libevmface/Instruction.h>
#include <libevmcore/Instruction.h>
#include <libevm/ExtVMFace.h>
#include <libevm/VM.h>
#include <liblll/Compiler.h>