summaryrefslogtreecommitdiff
path: root/util/romcc/romcc.c
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-05-13 21:02:26 +0000
committerEric Biederman <ebiederm@xmission.com>2003-05-13 21:02:26 +0000
commitda55d3e258b17dc45bacba9db5c6750df4886563 (patch)
treea3afa8936ff44306afe0628c7bc6ad8afe3ce430 /util/romcc/romcc.c
parenta96d6a9dabb41188f1cef2896d1d1160d613b11c (diff)
downloadcoreboot-da55d3e258b17dc45bacba9db5c6750df4886563.tar.xz
- Intermediate fix to allow register allocator failure
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/romcc/romcc.c')
-rw-r--r--util/romcc/romcc.c1
1 files changed, 1 insertions, 0 deletions
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: