- Intermediate fix to allow register allocator failure

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-05-13 21:02:26 +00:00
parent a96d6a9dab
commit da55d3e258
1 changed files with 1 additions and 0 deletions

View File

@ -12876,6 +12876,7 @@ static void transform_to_arch_instructions(struct compile_state *state)
in = pre_copy(state, ins, &RHS(ins, 0),
REG_DX, REGCM_GPR16);
}
post_copy(state, ins);
break;
case OP_OUTB:
case OP_OUTW: