Skip to content

Commit

Permalink
Fixed a type issue.
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1230 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
jwang36 committed May 15, 2008
1 parent f297cf7 commit 7e3a43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/C/VfrCompile/VfrSyntax.g
Expand Up @@ -2551,7 +2551,7 @@ private:
UINT32 _GET_CURRQEST_VARSIZE ();

public:
VOID _PCATCH (IN EFI_VFR_RETURN_CODE, IN EFI_VFR_RETURN_CODE, IN ANTLRTokenPtr, IN CHAR8 *);
VOID _PCATCH (IN INTN, IN INTN, IN ANTLRTokenPtr, IN CHAR8 *);
VOID _PCATCH (IN EFI_VFR_RETURN_CODE);
VOID _PCATCH (IN EFI_VFR_RETURN_CODE, IN ANTLRTokenPtr);
VOID _PCATCH (IN EFI_VFR_RETURN_CODE, IN UINT32);
Expand Down

0 comments on commit 7e3a43c

Please sign in to comment.