keyspan_pda: Fix parse error with as31 version 2.3.1
authorBen Hutchings <ben@decadent.org.uk>
Wed, 24 Aug 2011 04:40:10 +0000 (05:40 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 16 Dec 2011 05:42:10 +0000 (05:42 +0000)
commit1f2fd14997b38b8aeeaae5de8f81c3a04958971e
tree1cd60f180c20f7d973ed8b1ce5a343761a56fb23
parent5cbed982380ae9e6c79a7d325cd1102828ec316e
keyspan_pda: Fix parse error with as31 version 2.3.1

keyspan_pda.S has an out-of-range decimal constant that looks
like it was really meant to be a binary constant.  Comparing
with the binary, it appears that as31 used to treat this as 0,
so change the source to use 0 and add a comment on this.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
keyspan_pda/keyspan_pda.S