mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
GDB Stub: correctly define the breakpoint type values
Read only and Write only were reversed, now they are properly defined.
This commit is contained in:
@ -53,8 +53,8 @@ enum class BreakpointType
|
||||
{
|
||||
ExecuteSoft = 0,
|
||||
ExecuteHard,
|
||||
Read,
|
||||
Write,
|
||||
Read,
|
||||
Access,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user