Skip to content

Commit

Permalink
Lift @bitwise-bit-field to work on symbolic start/end.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Oct 26, 2015
1 parent db80315 commit 67fa3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosette/base/primitive.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@
(begin
(assert (>= start 0))
(assert (>= end start))
(bitwise-and (sub1 (<< 1 (- end start))) (>> n start)))))
(bitwise-and (@sub1 (<< 1 (- end start))) (>> n start)))))

0 comments on commit 67fa3a6

Please sign in to comment.