mirror of https://gitee.com/openkylin/qemu.git
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
This commit is contained in:
parent
9bb234b3b1
commit
faab7592c7
|
@ -648,6 +648,7 @@ int cpu_exec(CPUState *env1)
|
|||
: /* no outputs */
|
||||
: "r" (gen_func)
|
||||
: "i0", "i1", "i2", "i3", "i4", "i5",
|
||||
"o0", "o1", "o2", "o3", "o4", "o5",
|
||||
"l0", "l1", "l2", "l3", "l4", "l5",
|
||||
"l6", "l7");
|
||||
#elif defined(__arm__)
|
||||
|
|
Loading…
Reference in New Issue