mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 08:30:55 +00:00
Add explicit definition of unused bit
This commit is contained in:
parent
20047c65a8
commit
5730e5e446
@ -22,6 +22,7 @@ enum status_flags {
|
||||
MOS_INTERRUPT = 4,
|
||||
MOS_DECIMAL = 8,
|
||||
MOS_BREAK = 16,
|
||||
MOS_UNUSED = 32,
|
||||
MOS_OVERFLOW = 64,
|
||||
MOS_NEGATIVE = 128,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user