--- trunk/src/cpus/cpu_alpha_instr.c 2007/10/08 16:18:51 14 +++ trunk/src/cpus/cpu_alpha_instr.c 2007/10/08 16:19:23 20 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu_alpha_instr.c,v 1.2 2005/09/17 17:14:27 debug Exp $ + * $Id: cpu_alpha_instr.c,v 1.3 2005/11/06 22:41:11 debug Exp $ * * Alpha instructions. * @@ -591,27 +591,6 @@ } -/*****************************************************************************/ - - -/* - * alpha_combine_instructions(): - * - * Combine two or more instructions, if possible, into a single function call. - */ -void alpha_combine_instructions(struct cpu *cpu, struct alpha_instr_call *ic, - uint64_t addr) -{ - int n_back; - n_back = (addr >> 2) & (ALPHA_IC_ENTRIES_PER_PAGE-1); - - if (n_back >= 1) { - } - - /* TODO: Combine forward as well */ -} - - /*****************************************************************************/