Now dispatching to getframe or trans_code.

Still needs to reverse engineer the test condition.
This commit is contained in:
Luis Ibanez 2013-01-09 01:50:24 -05:00
parent d8fcd6cdb8
commit 75b15be585
1 changed files with 7 additions and 0 deletions

View File

@ -11,5 +11,12 @@
int mum_tstart(void)
{
if(1)
{
getframe();
} else
{
trans_code();
}
return 0;
}