Fix a bug when zeroing exception data in FwImage tool

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2039 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3 2006-11-30 04:02:47 +00:00
parent 22982ae4a2
commit d9e0f88e2f
1 changed files with 2 additions and 0 deletions

View File

@ -452,6 +452,8 @@ Returns:
} }
memset (RuntimeFunction, 0, sizeof (RUNTIME_FUNCTION)); memset (RuntimeFunction, 0, sizeof (RUNTIME_FUNCTION));
} }
break;
} }
} }
Optional64->DataDirectory[3].Size = 0; Optional64->DataDirectory[3].Size = 0;