diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 26cddbe..08034db 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -4543,6 +4543,7 @@ Do you want to stop the program?"), ir.addr -= 1; goto no_support; } + /* FALLTHROUGH */ case 0x0fb2: /* lss Gv */ case 0x0fb4: /* lfs Gv */ case 0x0fb5: /* lgs Gv */ @@ -5322,6 +5323,7 @@ Do you want to stop the program?"), ir.addr -= 1; goto no_support; } + /* FALLTHROUGH */ case 0xf5: /* cmc */ case 0xf8: /* clc */ case 0xf9: /* stc */ |