We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1f7ea commit 72a5982Copy full SHA for 72a5982
src/debug.c
@@ -150,6 +150,12 @@ LONG WINAPI dbg_vectored_exception_handler(EXCEPTION_POINTERS* exception)
150
case 0xE7: // OUT ib
151
size = 2;
152
break;
153
+ case 0xF8: // CLC
154
+ case 0xF9: // STC
155
+ case 0xFA: // CLI
156
+ case 0xFB: // STI
157
+ case 0xFC: // CLD
158
+ case 0xFD: // STD
159
case 0xEC: // IN ib
160
case 0xED: // IN id
161
case 0xEE: // OUT
0 commit comments