Commit faab7592c76ea67c970708c1cb64757bb178062e
1 parent
9bb234b3
Fix call to generated code on SPARC, by Juergen Keil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2511 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
cpu-exec.c
... | ... | @@ -648,6 +648,7 @@ int cpu_exec(CPUState *env1) |
648 | 648 | : /* no outputs */ |
649 | 649 | : "r" (gen_func) |
650 | 650 | : "i0", "i1", "i2", "i3", "i4", "i5", |
651 | + "o0", "o1", "o2", "o3", "o4", "o5", | |
651 | 652 | "l0", "l1", "l2", "l3", "l4", "l5", |
652 | 653 | "l6", "l7"); |
653 | 654 | #elif defined(__arm__) | ... | ... |