mirror of https://github.com/acidanthera/audk.git
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:
parent
22982ae4a2
commit
d9e0f88e2f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue