Skip to content

Commit

Permalink
Updated Zycore submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Nov 8, 2018
1 parent b6734db commit 339c5e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dependencies/zycore
8 changes: 4 additions & 4 deletions include/Zydis/Internal/FormatterATT.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ static const ZydisFormatter FORMATTER_ATT =
// Prefix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
},
// Suffix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
}
},
Expand All @@ -135,13 +135,13 @@ static const ZydisFormatter FORMATTER_ATT =
{
/* string */ &FORMATTER_ATT.number_format[
ZYDIS_NUMERIC_BASE_HEX][0].string_data,
/* string_data */ ZYAN_DECLARE_STRING_VIEW("0x"),
/* string_data */ ZYAN_DEFINE_STRING_VIEW("0x"),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
},
// Suffix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
}
}
Expand Down
16 changes: 8 additions & 8 deletions include/Zydis/Internal/FormatterIntel.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ static const ZydisFormatter FORMATTER_INTEL =
// Prefix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
},
// Suffix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
}
},
Expand All @@ -137,13 +137,13 @@ static const ZydisFormatter FORMATTER_INTEL =
{
/* string */ &FORMATTER_INTEL.number_format[
ZYDIS_NUMERIC_BASE_HEX][0].string_data,
/* string_data */ ZYAN_DECLARE_STRING_VIEW("0x"),
/* string_data */ ZYAN_DEFINE_STRING_VIEW("0x"),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
},
// Suffix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
}
}
Expand Down Expand Up @@ -208,13 +208,13 @@ static const ZydisFormatter FORMATTER_INTEL_MASM =
// Prefix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
},
// Suffix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
}
},
Expand All @@ -223,14 +223,14 @@ static const ZydisFormatter FORMATTER_INTEL_MASM =
// Prefix
{
/* string */ ZYAN_NULL,
/* string_data */ ZYAN_DECLARE_STRING_VIEW(""),
/* string_data */ ZYAN_DEFINE_STRING_VIEW(""),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
},
// Suffix
{
/* string */ &FORMATTER_INTEL_MASM.number_format[
ZYDIS_NUMERIC_BASE_HEX][1].string_data,
/* string_data */ ZYAN_DECLARE_STRING_VIEW("h"),
/* string_data */ ZYAN_DEFINE_STRING_VIEW("h"),
/* buffer */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
}
}
Expand Down

0 comments on commit 339c5e7

Please sign in to comment.