mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
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:
parent
0764ca19ac
commit
7c96cb069a
6 changed files with 67 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue