mirror of https://github.com/x64dbg/zydis
Fixed broken enum typedef
This commit is contained in:
parent
cb333fffef
commit
e655e8a1b8
|
@ -87,7 +87,7 @@ typedef uint8_t ZydisFormatterAddressFormat;
|
||||||
/**
|
/**
|
||||||
* @brief Values that represent address-formats.
|
* @brief Values that represent address-formats.
|
||||||
*/
|
*/
|
||||||
enum ZydisFormatterAddressFormat
|
enum ZydisFormatterAddressFormat_
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @brief Currently defaults to @c ZYDIS_FORMATTER_ADDR_ABSOLUTE.
|
* @brief Currently defaults to @c ZYDIS_FORMATTER_ADDR_ABSOLUTE.
|
||||||
|
|
Loading…
Reference in New Issue