diff options
Diffstat (limited to 'target-arm/machine.c')
-rw-r--r-- | target-arm/machine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-arm/machine.c b/target-arm/machine.c index 42ff5844c9..f8be7a16d4 100644 --- a/target-arm/machine.c +++ b/target-arm/machine.c @@ -211,5 +211,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id) return 0; } - - |