mdb: disassembly fix for short 8-bit values

This commit is contained in:
David van Moolenbroek 2010-08-27 09:31:26 +00:00
parent a78608ec86
commit 3e3d627b25

View file

@ -374,7 +374,7 @@ PRIVATE opcode_pt rm;
PRIVATE su8_pt get8s()
{
u8_t got;
su8_pt got;
if ((got = get8()) > MAX_SIGNED_CHAR)
got -= (MAX_UNSIGNED_CHAR + 1);