From da55d3e258b17dc45bacba9db5c6750df4886563 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Tue, 13 May 2003 21:02:26 +0000 Subject: - Intermediate fix to allow register allocator failure git-svn-id: svn://svn.coreboot.org/coreboot/trunk@829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romcc/romcc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/romcc') diff --git a/util/romcc/romcc.c b/util/romcc/romcc.c index f937e69e7e..fbbd0ea0d2 100644 --- a/util/romcc/romcc.c +++ b/util/romcc/romcc.c @@ -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: -- cgit v1.2.3