Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
interpreter: Simplify reporting stack violation
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Nov 3, 2019
1 parent 7496f91 commit 6d81224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libaleth-interpreter/VM.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class VM
static void throwInvalidInstruction();
static void throwBadInstruction();
static void throwBadJumpDestination();
void throwBadStack(int _removed);
void throwRevertInstruction(uint64_t _offset, uint64_t _size);
static void throwDisallowedStateChange();
static void throwBufferOverrun();
Expand Down

0 comments on commit 6d81224

Please sign in to comment.