Merge pull request #2 from DBJ314/fix_mpcall_83_keep_total_len

fixed consistency check in MPCall_83. LLL.Signature of pages in free
list is always logical not of free list's base. Had to take over one of
the less useful instructions in the MPCall to preserve the number of
bytes it takes up
This commit is contained in:
elliotnunn 2018-04-23 09:36:47 +08:00 committed by GitHub
commit fa24d51e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2753,10 +2753,10 @@ MPCall_83_0x90 ; OUTSIDE REFERER
stw r16, -0x0430(r1)
lwz r17, 0x0004(r8)
mfspr r16, dec
eqv. r17, r18, r17
xor r17, r18, r17
stw r16, 0x0000(r8)
cmpwi r17, -1
bne Local_Panic
stw r16, 0x0004(r8)
stw r16, 0x0008(r8)
stw r16, 0x000c(r8)
blr