Fixed a watcom warning
git-svn-id: svn://svn.cc65.org/cc65/trunk@2823 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
46a013c312
commit
23935bd4c6
1 changed files with 2 additions and 0 deletions
|
@ -687,6 +687,8 @@ static char GetAddrSizeCode (unsigned char AddrSize)
|
|||
case ADDR_SIZE_LONG: return 'L';
|
||||
default:
|
||||
Internal ("Invalid address size: %u", AddrSize);
|
||||
/* NOTREACHED */
|
||||
return '-';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue