Now dispatching to getframe or trans_code.
Still needs to reverse engineer the test condition.
This commit is contained in:
parent
d8fcd6cdb8
commit
75b15be585
|
@ -11,5 +11,12 @@
|
||||||
|
|
||||||
int mum_tstart(void)
|
int mum_tstart(void)
|
||||||
{
|
{
|
||||||
|
if(1)
|
||||||
|
{
|
||||||
|
getframe();
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
trans_code();
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue