Creport: Difference between revisions
No edit summary |
|||
Line 91: | Line 91: | ||
nnMain: | nnMain: | ||
* Two input arguments are now used+required, see above. | * Two input arguments are now used+required, see above. | ||
* . | * During init near the start of this func, u64 val0 is now written to x24+32. | ||
* A lot of new code was added. | |||
* TID handling block was updated, see above. | * TID handling block was updated, see above. | ||
* The check for <is_blacklisted> was changed from "if(val<=0)<branch>" to "if(val<1)<branch>". | * The check for <is_blacklisted> was changed from "if(val<=0)<branch>" to "if(val<1)<branch>". |