Coding style verified.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8133 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2009-04-20 07:15:14 +00:00
parent 1f9f8414d1
commit 6800ac833d
2 changed files with 36 additions and 36 deletions

View File

@@ -499,10 +499,10 @@ typedef struct {
///
typedef struct {
union {
UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0.
UINT32 VirtualAddress; // Virtual address of line number.
UINT32 SymbolTableIndex; ///< Symbol table index of function name if Linenumber is 0.
UINT32 VirtualAddress; ///< Virtual address of line number.
} Type;
UINT16 Linenumber; // Line number.
UINT16 Linenumber; ///< Line number.
} EFI_IMAGE_LINENUMBER;
///