Skip to content

Commit

Permalink
add new cdpopcnt to stub platform
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Sep 29, 2014
1 parent 18e0968 commit 28ffc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/platform_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ code* cdnot (elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdnullcheck(elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdorth (elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdpair (elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdpopcnt (elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdport (elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdpost (elem* e, regm_t* pretregs) { assert(0); return NULL; }
code* cdrelconst (elem* e, regm_t* pretregs) { assert(0); return NULL; }
Expand Down

0 comments on commit 28ffc88

Please sign in to comment.