| Submitter | Andreas Färber |
|---|---|
| Date | Oct. 31, 2012, 3:03 a.m. |
| Message ID | <1351652644-18687-2-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/195719/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-alpha/cpu.c b/target-alpha/cpu.c index 62d2a66..11a19eb 100644 --- a/target-alpha/cpu.c +++ b/target-alpha/cpu.c @@ -19,7 +19,7 @@ * <http://www.gnu.org/licenses/lgpl-2.1.html> */ -#include "cpu-qom.h" +#include "cpu.h" #include "qemu-common.h"
Part of "cpus: Pass CPUState to [qemu_]cpu_has_work()" in pull request for master. Signed-off-by: Andreas Färber <afaerber@suse.de> --- target-alpha/cpu.c | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)