quick fix for comparisons with constants
This commit is contained in:
parent
246a48ba94
commit
9c7b06d68f
5 changed files with 22 additions and 7 deletions
|
@ -108,9 +108,13 @@ static inline int rtype(Ref r)
|
|||
enum {
|
||||
Ceq,
|
||||
Csle,
|
||||
Csgt, /* mirror opposite cmps! */
|
||||
Cne,
|
||||
NCmp,
|
||||
};
|
||||
|
||||
#define CNEG(c) (NCmp-1 - c)
|
||||
|
||||
enum {
|
||||
OXXX,
|
||||
/* public instruction */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue