diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-02-06 23:49:01 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-02-06 23:49:01 +0000 |
commit | 7d720684c96b3acebd24e079decaa56b11483076 (patch) | |
tree | d716efbc14dfc2fc95f49f1cee8f7a68304997a9 /emulators/qemu-devel/files/patch-cpu-exec.c | |
parent | - Remove warning about mod_cplusplus: (diff) |
Update to 0.9.0:
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=184443
Diffstat (limited to 'emulators/qemu-devel/files/patch-cpu-exec.c')
-rw-r--r-- | emulators/qemu-devel/files/patch-cpu-exec.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/qemu-devel/files/patch-cpu-exec.c b/emulators/qemu-devel/files/patch-cpu-exec.c deleted file mode 100644 index 7e9e4550c7bd..000000000000 --- a/emulators/qemu-devel/files/patch-cpu-exec.c +++ /dev/null @@ -1,13 +0,0 @@ -Index: qemu/cpu-exec.c -@@ -226,9 +226,9 @@ - - int cpu_exec(CPUState *env1) - { -- target_ulong saved_T0, saved_T1; -+ unsigned long saved_T0, saved_T1; - #if defined(reg_T2) -- target_ulong saved_T2; -+ unsigned long saved_T2; - #endif - CPUState *saved_env; - #if defined(TARGET_I386) |