Better fallthrough annotation macro.
This commit is contained in:
@@ -2861,9 +2861,8 @@ mach_accel_out_fifo(mach_t *mach, svga_t *svga, ibm8514_t *dev, uint16_t port, u
|
||||
case 0x92e8:
|
||||
if (len != 1)
|
||||
dev->test = val;
|
||||
#ifdef FALLTHROUGH_ANNOTATION
|
||||
[[fallthrough]];
|
||||
#endif
|
||||
fallthrough;
|
||||
|
||||
case 0xd2e8:
|
||||
mach_log("92E8 = %04x\n", val);
|
||||
if (len == 1)
|
||||
|
||||
Reference in New Issue
Block a user