Skip to content

Commit

Permalink
Update struct declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 30, 2024
1 parent b75f01e commit 5a8cc01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/shared/simh_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ enum class SimhMarker
END_OF_MEDIUM = 0xfffffff
};

using SimhMetaData = struct _SimhMetaData {
struct SimhMetaData
{
SimhClass cls;
uint32_t value;
};
Expand Down

0 comments on commit 5a8cc01

Please sign in to comment.