- Intermediate fix to allow register allocator failure
authorEric Biederman <ebiederm@xmission.com>
Tue, 13 May 2003 21:02:26 +0000 (21:02 +0000)
committerEric Biederman <ebiederm@xmission.com>
Tue, 13 May 2003 21:02:26 +0000 (21:02 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/romcc/romcc.c

index f937e69e7edaf103efe9f93d23d2eb5b2ac56abd..fbbd0ea0d2da626bb417bbc43b813f4deb59b553 100644 (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: