mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
fix policheck (#102828)
This commit is contained in:
parent
5c74f63871
commit
81adb342a9
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
The IL trimmer behaviour can be altered not only using existing options but also by
|
||||
adding custom steps to the processing pipeline. This advanced technique is not necessary
|
||||
for most scenarious but can be used by additional framework or SDKs which need very
|
||||
custom behaviour or have other special needs for the processing.
|
||||
custom behaviour or have other special requirements for the processing.
|
||||
|
||||
## Building
|
||||
|
||||
|
|
|
@ -2097,7 +2097,7 @@ BOOL ObjHeader::Validate (BOOL bVerifySyncBlkIndex)
|
|||
// Warning: Assumes you already own the cache lock.
|
||||
// Assumes nothing allocated inside the SyncBlock (only releases the memory, does not destruct.)
|
||||
//
|
||||
// This holder really just meets GetSyncBlock()'s special needs. It's not a general purpose holder.
|
||||
// This holder really just meets GetSyncBlock()'s special requirements. It's not a general purpose holder.
|
||||
|
||||
|
||||
// Do not inline this call. (fyuan)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue