--- trunk/src/cpus/generate_tail.c 2007/10/08 16:21:06 33 +++ trunk/src/cpus/generate_tail.c 2007/10/08 16:21:17 34 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Anders Gavare. All rights reserved. + * Copyright (C) 2005-2007 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: generate_tail.c,v 1.12 2006/07/16 13:32:26 debug Exp $ + * $Id: generate_tail.c,v 1.15 2007/02/02 17:44:04 debug Exp $ */ #include @@ -66,6 +66,10 @@ printf("\n/*\n * AUTOMATICALLY GENERATED! Do not edit.\n */\n\n"); + printf("extern size_t dyntrans_cache_size;\n"); + printf("extern int native_code_translation_enabled;\n"); + printf("#include \"native.h\"\n"); + printf("#ifdef DYNTRANS_32\n"); printf("#define MODE32\n"); printf("#endif\n");