Adding stub for AnyalsingProcess and ConvertToIntelProcess

svn path=/trunk/; revision=25449
This commit is contained in:
Magnus Olsen 2007-01-14 13:54:19 +00:00
parent 7c96cb069a
commit f74e30f8ca
6 changed files with 99 additions and 25 deletions

View file

@ -0,0 +1,17 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "misc.h"
#include "any_op.h"
CPU_INT AnyalsingProcess()
{
/* FIXME it will set a name to the memory if we got one */
/* FIXME build the jump table */
return 0;
}