Skip to content

Commit

Permalink
Fix missing plugin metadata for IDA 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Jan 8, 2016
1 parent aac3800 commit cfceb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dosbox_rstub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ char wanted_name[] = "Remote Dosbox debugger";
#define TARGET_PROCESSOR PLFM_386
#define DEBUGGER_ID DEBUGGER_ID_X86_DOSBOX_EMULATOR
#define DEBUGGER_FLAGS DBG_FLAG_REMOTE | DBG_FLAG_USE_SREGS
#define DEBUGGER_RESMOD (DBG_RESMOD_STEP_INTO)

//#define HAVE_APPCALL

//////
Expand Down

0 comments on commit cfceb1c

Please sign in to comment.