mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
start on adding the own langues, this version create a memory leak if u try run this tool in translate mode. but not in
disambler mode. (only true for ppc brain about memory leak) svn path=/trunk/; revision=25445
This commit is contained in:
parent
95c8fa90a8
commit
c96114a82c
5 changed files with 74 additions and 9 deletions
|
@ -4,6 +4,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "misc.h"
|
||||
#include "any_op.h"
|
||||
|
||||
PMYBrainAnalys pMyBrainAnalys = NULL;
|
||||
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
|
@ -89,7 +93,6 @@ int main(int argc, char * argv[])
|
|||
|
||||
}
|
||||
|
||||
|
||||
return LoadPFileImage(infile,outfile,BaseAddress,cpuid,type, mode);
|
||||
//return LoadPFileImage("e:\\testms.exe","e:\\cputointel.asm",0,0,0,0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue