Skip to content

Commit

Permalink
fix undefined macros
Browse files Browse the repository at this point in the history
  • Loading branch information
RadWolfie committed Sep 25, 2024
1 parent 5b10dbe commit 2ee3ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/libXbSymbolDatabase.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ static const char* const param_type_str[] = {
#undef PARAM_TYPE__0
#undef PARAM_TYPE_64
#undef PARAM_TYPE_32
#undef PARAM_TYPE_16
#undef PARAM_TYPE__8
#undef PARAM_TYPE_16_
#undef PARAM_TYPE__8_
};

const char* XbSymbolDatabase_ParamToString(uint32_t param_type)
Expand Down

0 comments on commit 2ee3ab5

Please sign in to comment.