Skip to content

Commit

Permalink
Merge pull request #1772 from braddr/fix-stub
Browse files Browse the repository at this point in the history
add missing print api to stub version of struct code
  • Loading branch information
yebblies committed Mar 20, 2013
2 parents fcc8c5c + 3f938df commit 714e3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/code_stub.h
Expand Up @@ -85,5 +85,6 @@ struct code

bool isJumpOP() { return false; }

void print() {}
};

0 comments on commit 714e3f2

Please sign in to comment.