mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
Removed an unused table.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4389 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
bd45df7cad
commit
f4b4a812ed
@ -56,11 +56,6 @@ static const unsigned char CmpInvertTab [] = {
|
|||||||
CMP_ULE, CMP_ULT, CMP_UGE, CMP_UGT
|
CMP_ULE, CMP_ULT, CMP_UGE, CMP_UGT
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Table to show which compares are signed (use the N flag) */
|
|
||||||
static const char CmpSignedTab [] = {
|
|
||||||
0, 0, 1, 1, 1, 1, 0, 0, 0, 0
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user