adding blr opcode (can not found it in the ibm or motorala doc, the primary opcode refens to addi).

now we can disambler two opcode the li and blr, add blr to my own asm langues. 

svn path=/trunk/; revision=25448
This commit is contained in:
Magnus Olsen 2007-01-14 12:10:53 +00:00
parent 0764ca19ac
commit 7c96cb069a
6 changed files with 67 additions and 14 deletions

View file

@ -161,7 +161,13 @@ return 0;
CPU_INT FreeAny()
{
PMYBrainAnalys tmp;
PMYBrainAnalys tmp = NULL;
if (pMyBrainAnalys == NULL)
{
return -1;
}
tmp = (PMYBrainAnalys)pMyBrainAnalys->ptr_prev;
while (pMyBrainAnalys != NULL)