diff options
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/TODO | 1 | ||||
-rw-r--r-- | target-sparc/machine.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/target-sparc/TODO b/target-sparc/TODO index 62b0f47..c87459f 100644 --- a/target-sparc/TODO +++ b/target-sparc/TODO @@ -86,4 +86,3 @@ Sun4u: Sun4v: - A lot of unimplemented features - A lot of real machine types - diff --git a/target-sparc/machine.c b/target-sparc/machine.c index 417523f..e845fac 100644 --- a/target-sparc/machine.c +++ b/target-sparc/machine.c @@ -220,5 +220,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id) tlb_flush(env, 1); return 0; } - - |