Formatting + revert unrelated change
This commit is contained in:
parent
cc963ae5bb
commit
dda4da7daf
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ namespace ARMeilleure.Translation.Cache
|
|||
{
|
||||
int stackOffset = entry.StackOffsetOrAllocSize;
|
||||
|
||||
// Debug.Assert(stackOffset % 16 == 0);
|
||||
Debug.Assert(stackOffset % 16 == 0);
|
||||
|
||||
if (stackOffset <= 0xFFFF0)
|
||||
{
|
||||
|
@ -135,7 +135,7 @@ namespace ARMeilleure.Translation.Cache
|
|||
{
|
||||
int allocSize = entry.StackOffsetOrAllocSize;
|
||||
|
||||
// Debug.Assert(allocSize % 8 == 0);
|
||||
Debug.Assert(allocSize % 8 == 0);
|
||||
|
||||
if (allocSize <= 128)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue