Signed comparison warning fixes.
This commit is contained in:
@@ -258,9 +258,11 @@ enum OPCODE {
|
||||
#define _(op, text) OP_##op,
|
||||
OPCODE_LIST(_)
|
||||
#undef _
|
||||
OPCODES_TOTAL
|
||||
OPCODES_LAST
|
||||
};
|
||||
|
||||
#define OPCODES_TOTAL (ucell_t)OPCODES_LAST
|
||||
|
||||
} // namespace sp
|
||||
|
||||
#endif // _INCLUDE_SPFILE_HEADERS_v1_opcodes_H
|
||||
|
||||
Reference in New Issue
Block a user