Skip to content

Commit 72a5982

Browse files
committed
add some more privileged instructions to the list
1 parent 3c1f7ea commit 72a5982

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/debug.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ LONG WINAPI dbg_vectored_exception_handler(EXCEPTION_POINTERS* exception)
150150
case 0xE7: // OUT ib
151151
size = 2;
152152
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
153159
case 0xEC: // IN ib
154160
case 0xED: // IN id
155161
case 0xEE: // OUT

0 commit comments

Comments
 (0)