This commit is contained in:
Loic Nageleisen 2012-04-08 19:57:50 +02:00
parent 5fa919e35b
commit 32a827b728

View file

@ -7,7 +7,7 @@ def log(string):
spec = '1.1'
w = 16
wmask = 2**w-1
wmask = 2**w - 1
literals = [l for l in xrange(0, 0x20)]