projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pc: Fix "prog_if" typo on PC_COMPAT_2_0
[qemu.git]
/
target-sparc
/
translate.c
diff --git
a/target-sparc/translate.c
b/target-sparc/translate.c
index 2de1c4a58d7df7641b70e354fdc8227aa7356a23..1ab07a18a2b5313d3c9a5b861024b306d2b0a49a 100644
(file)
--- a/
target-sparc/translate.c
+++ b/
target-sparc/translate.c
@@
-26,11
+26,11
@@
#include "cpu.h"
#include "disas/disas.h"
-#include "
helper
.h"
+#include "
exec/helper-proto
.h"
#include "tcg-op.h"
+#include "exec/cpu_ldst.h"
-#define GEN_HELPER 1
-#include "helper.h"
+#include "exec/helper-gen.h"
#define DEBUG_DISAS
This page took
0.024783 seconds
and
4
git commands to generate.