Skip to content

Commit

Permalink
Merge pull request mozart#48 from sjrd/issue/fix-46
Browse files Browse the repository at this point in the history
Fixes mozart#46: badOpCode with createXYZUnifyK().
  • Loading branch information
sjmackenzie committed May 20, 2013
2 parents 14c2d9c + a120271 commit 5fcc3fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vm/vm/main/emulate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,11 @@ void Thread::run() {
case OpCreateTupleUnifyG:
case OpCreateRecordUnifyG:

case OpCreateAbstractionUnifyK:
case OpCreateConsUnifyK:
case OpCreateTupleUnifyK:
case OpCreateRecordUnifyK:

{
auto what = op & OpCreateStructWhatMask;
auto where = op & OpCreateStructWhereMask;
Expand Down

0 comments on commit 5fcc3fc

Please sign in to comment.