Cast macro args to unsigned to avoid complaints from compiler and lint
authorFred Fish <fnf@specifix.com>
Fri, 3 Apr 1992 19:33:14 +0000 (19:33 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 3 Apr 1992 19:33:14 +0000 (19:33 +0000)
commit677ff947296b08717519768157973e57ba31b3cb
tree95b4fae3b119e36762703894c570101fb6fdcbfe
parentd65eee73d4e5d1c311affc132d6fe68e525f96bc
Cast macro args to unsigned to avoid complaints from compiler and lint
about integer overflow during left shift of 16 bits.
include/opcode/ChangeLog
include/opcode/m68k.h [new file with mode: 0644]