mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-09 10:52:25 -04:00
Unlink JUTXfb, document the nondeterministic codegen problem instead
This commit is contained in:
@@ -72,6 +72,12 @@ JUTXfb* JUTXfb::createManager(const GXRenderModeObj* pObj, JKRHeap* pHeap, JUTXf
|
||||
|
||||
/* 802C8410-802C8468 .text destroyManager__6JUTXfbFv */
|
||||
void JUTXfb::destroyManager() {
|
||||
/* Nondeterministically nonmatching */
|
||||
// MWCC randomly picks between two different possible codegen patterns for converting sManager
|
||||
// to a bool for this JUT_CONFIRM call. It usually picks the longer pattern, which is required
|
||||
// to match on all 3 retail versions. But it sometimes picks the shorter pattern, which is
|
||||
// required to match on the demo version. There seems to be no consistent way to get it to pick
|
||||
// one or the other.
|
||||
JUT_CONFIRM(VERSION_SELECT(339, 339, 344, 344), sManager);
|
||||
delete sManager;
|
||||
sManager = NULL;
|
||||
|
||||
Reference in New Issue
Block a user