big update after strip

hg-commit-id: dcfb20faef4d
This commit is contained in:
KuroiIeWa5Da 2012-01-28 00:38:49 -06:00
parent 443ff15688
commit 6fd6c7af46
17 changed files with 428 additions and 91 deletions

View file

@ -27,7 +27,7 @@ bool Stop::IsValid(unsigned char* byte)
string Stop::GenAsm()
{
string tmpRet = AbstractData::GenAsm();
if(tmpRet != "") return false;
if(tmpRet != "") return tmpRet;
stringstream tmpAsmOut;
tmpAsmOut << "mus_end";