projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47d08c
)
target-m68k: Remove t1 from CPUM68KState
author
Richard Henderson
<rth@twiddle.net>
Thu, 1 Nov 2012 21:36:36 +0000
(08:36 +1100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:11 +0000
(12:34 +0100)
This field is no longer used.
Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
target-m68k/cpu.h
patch
|
blob
|
history
diff --git
a/target-m68k/cpu.h
b/target-m68k/cpu.h
index 780e2c94e71c3881093f0e162fe37ab1d6cffaf7..f4fcdeee7ae51fcb3ba3134348f5ad252196fe17 100644
(file)
--- a/
target-m68k/cpu.h
+++ b/
target-m68k/cpu.h
@@
-103,9
+103,6
@@
typedef struct CPUM68KState {
uint32_t rambar0;
uint32_t cacr;
- /* ??? remove this. */
- uint32_t t1;
-
int pending_vector;
int pending_level;