mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fix typo in JDWP TypeTag enums
Even though TypeTag is not actually used.
This commit is contained in:
committed by
Baldur Karlsson
parent
7f1f3caef0
commit
cf487e242b
@@ -30,7 +30,7 @@
|
||||
namespace JDWP
|
||||
{
|
||||
// enums and structs defined by the JDWP spec. These are defined in:
|
||||
// https://docs.oracle.com/javase/7/docs/platform/jpda/jdwp/jdwp-protocol.html#JDWP_Tag
|
||||
// https://docs.oracle.com/javase/7/docs/platform/jpda/jdwp/jdwp-protocol.html
|
||||
|
||||
enum class CommandSet : byte
|
||||
{
|
||||
@@ -58,7 +58,7 @@ enum class TypeTag : byte
|
||||
{
|
||||
Class = 1,
|
||||
Interface = 2,
|
||||
Arrary = 3,
|
||||
Array = 3,
|
||||
};
|
||||
|
||||
enum class Tag : byte
|
||||
|
||||
Reference in New Issue
Block a user