| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Dec. 7, 2012, 11:39 a.m. |
| Message ID | <1354880352-9597-7-git-send-email-stefanha@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/204466/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 34221fb..9939d61 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -280,13 +280,6 @@ struct CPUAlphaState { struct QEMUTimer *alarm_timer; uint64_t alarm_expire; -#if TARGET_LONG_BITS > HOST_LONG_BITS - /* temporary fixed-point registers - * used to emulate 64 bits target on 32 bits hosts - */ - target_ulong t0, t1; -#endif - /* Those resources are used only in QEMU core */ CPU_COMMON