mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-28 22:23:28 +01:00
11 lines
556 B
Diff
11 lines
556 B
Diff
|
--- qemu-0.9.0/cpu-exec.c 2007-07-22 18:05:41.000000000 +0200
|
||
|
+++ qemu/cpu-exec.c 2007-07-22 18:04:24.000000000 +0200
|
||
|
@@ -645,6 +645,7 @@
|
||
|
: /* 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__)
|